Skip to content

Commit

Permalink
Whitelist default CORS headers (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina authored Nov 2, 2023
1 parent 346a479 commit 92c4c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ CACHE_INDEFINITELY=false
# CACHE_PREFIX must not contain colon symbol
CACHE_PREFIX=local-chain
# WHITELISTED_HEADERS contains comma-separated list of headers which has to be cached along with EVM JSON-RPC response
WHITELISTED_HEADERS=access-control-expose-headers,server,vary
WHITELISTED_HEADERS=Server,Vary,Access-Control-Expose-Headers,Access-Control-Allow-Origin,Access-Control-Allow-Methods,Access-Control-Allow-Headers,Access-Control-Allow-Credentials,Access-Control-Max-Age

##### Database Config
POSTGRES_PASSWORD=password
Expand Down

0 comments on commit 92c4c9e

Please sign in to comment.