mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 05:48:31 +00:00
Add ability to configure CORS header (#1345)
## Issue Addressed https://github.com/sigp/lighthouse/issues/1177 ## Proposed Changes Add a command line option (`--http-allow-origin`) and a config item for configuring the `Access-Control-Allow-Origin` response header. This should unblock making XMLHttpRequests.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -396,6 +396,7 @@ dependencies = [
|
||||
"exit-future",
|
||||
"futures 0.3.5",
|
||||
"genesis",
|
||||
"hyper 0.13.6",
|
||||
"logging",
|
||||
"node_test_rig",
|
||||
"rand 0.7.3",
|
||||
|
||||
Reference in New Issue
Block a user