Skip to content

Commit

Permalink
Merge pull request #80 from dappnode/pablomendezroyo-patch-3
Browse files Browse the repository at this point in the history
Update cors policy
  • Loading branch information
pablomendezroyo authored Jan 29, 2024
2 parents ebaf02f + 3c63260 commit 239d28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3signer/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ exec /opt/web3signer/bin/web3signer \
--http-listen-port=9000 \
--http-listen-host=0.0.0.0 \
--http-host-allowlist="web3signer.web3signer-gnosis.dappnode,brain.web3signer-gnosis.dappnode,$ETH2_CLIENT_DNS" \
--http-cors-origins=* \
--http-cors-origins="web3signer.web3signer-gnosis.dappnode,brain.web3signer-gnosis.dappnode,$ETH2_CLIENT_DNS" \
--metrics-enabled=true \
--metrics-host 0.0.0.0 \
--metrics-port 9091 \
Expand Down

0 comments on commit 239d28f

Please sign in to comment.