Remove cors null option, use default None instead

This commit is contained in:
phahulin 2017-12-06 00:41:23 +03:00 committed by GitHub
parent eae712a634
commit 33bca39c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -4,5 +4,4 @@ base_path = "parity_data"
[network]
port = 30303
[rpc]
cors="null"
apis = ["web3", "eth", "parity", "parity_set", "net", "traces", "rpc"]