Skip to content

Commit

Permalink
fix(core): whitelist changi.dfi.team rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
lykalabrada committed Aug 11, 2023
1 parent 6949d87 commit 69c53a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const securityHeaders = [
};` +
`style-src 'self' fonts.googleapis.com 'unsafe-inline';` +
`font-src fonts.gstatic.com;` +
`connect-src 'self' changi.ocean.jellyfishsdk.com blockscout-index.changi.dfi.team ${
`connect-src 'self' changi.ocean.jellyfishsdk.com changi.dfi.team ${
process.env.NODE_ENV === "development"
? `ws://localhost:3000/_next/webpack-hmr base-goerli.blockscout.com eth-goerli.blockscout.com`
: ""
Expand Down

0 comments on commit 69c53a5

Please sign in to comment.