Skip to content

Commit

Permalink
Merge pull request #69 from dappnode/pablomendezroyo-patch-1
Browse files Browse the repository at this point in the history
Add http:// to cors alow list
  • Loading branch information
pablomendezroyo authored Feb 6, 2024
2 parents 57cb246 + aff43c1 commit 3e4bc80
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 @@ -61,7 +61,7 @@ exec /opt/web3signer/bin/web3signer \
--http-listen-port=9000 \
--http-listen-host=0.0.0.0 \
--http-host-allowlist="web3signer.web3signer.dappnode,brain.web3signer.dappnode,prysm.migration.dappnode,$ETH2_CLIENT_DNS" \
--http-cors-origins="web3signer.web3signer.dappnode,brain.web3signer.dappnode,prysm.migration.dappnode,$ETH2_CLIENT_DNS" \
--http-cors-origins="http://web3signer.web3signer.dappnode,http://brain.web3signer.dappnode,http://prysm.migration.dappnode,http://$ETH2_CLIENT_DNS" \
--metrics-enabled=true \
--metrics-host 0.0.0.0 \
--metrics-port 9091 \
Expand Down

0 comments on commit 3e4bc80

Please sign in to comment.