(Fix) RPC cors = ["all"]

This commit is contained in:
Vadim Arasev 2018-05-12 21:47:04 +03:00 committed by GitHub
parent c09b2ac3d3
commit dd3d2cc1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ discovery=true
reserved_peers="./nodes/reserved_peers"
[rpc]
cors = ["null"]
cors = ["all"]
hosts = ["all"]
port = 8550
apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
@ -28,4 +28,4 @@ port = 8750
interface = "all"
origins = ["all"]
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"]
hosts = ["all"]
hosts = ["all"]