diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-30 03:21:14 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-30 03:21:14 +0800 |
commit | 24fc1f073dd5ec0302937fb51729991dd9a40ba3 (patch) | |
tree | a510ed7d938300b6d52fdf19edca01671c682b45 /cmd/geth | |
parent | e1c6c01b4d598f9b7f7ee31326d25903084fc292 (diff) | |
download | dexon-24fc1f073dd5ec0302937fb51729991dd9a40ba3.tar dexon-24fc1f073dd5ec0302937fb51729991dd9a40ba3.tar.gz dexon-24fc1f073dd5ec0302937fb51729991dd9a40ba3.tar.bz2 dexon-24fc1f073dd5ec0302937fb51729991dd9a40ba3.tar.lz dexon-24fc1f073dd5ec0302937fb51729991dd9a40ba3.tar.xz dexon-24fc1f073dd5ec0302937fb51729991dd9a40ba3.tar.zst dexon-24fc1f073dd5ec0302937fb51729991dd9a40ba3.zip |
Add flag to control CORS header #394
* Disabled on CLI
* http://localhost on Mist
Diffstat (limited to 'cmd/geth')
-rw-r--r-- | cmd/geth/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 05e2e4ae6..62e30ac9a 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -233,6 +233,7 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso utils.VMDebugFlag, utils.ProtocolVersionFlag, utils.NetworkIdFlag, + utils.RPCCORSDomainFlag, } // missing: |