lighthouse/beacon_node/src
Adam Szkoda fc5e6cbbb0 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.
2020-07-16 07:23:14 +00:00
..
cli.rs Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00
config.rs Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00
lib.rs Tiny improvement: lifetime parameters (#1354) 2020-07-14 22:26:39 +00:00