Skip to content

Commit

Permalink
(Fix) RPC cors = ["all"]
Browse files Browse the repository at this point in the history
Relates to poanetwork#27
  • Loading branch information
varasev committed May 12, 2018
1 parent 8b976f1 commit d2ced3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodes/node-master.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ base_path = "./nodes/parity-moc"
port = 30300

[rpc]
cors = ["null"]
cors = ["all"]
hosts = ["all"]
port = 8545
apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
Expand Down
2 changes: 1 addition & 1 deletion nodes/node-slave.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit d2ced3c

Please sign in to comment.