-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: configures report-only CSP for lab #2388
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@chris13524 thanks for fixing up a bunch 🙏 found some more missing for |
Can we merge this? |
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; | ||
img-src 'self' data: blob: https://walletconnect.org https://walletconnect.com https://secure.walletconnect.com https://secure.walletconnect.org https://tokens-data.1inch.io https://tokens.1inch.io https://ipfs.io https://lab.web3modal.com; | ||
font-src 'self' https://fonts.gstatic.com; | ||
connect-src 'self' https://rpc.walletconnect.com https://rpc.walletconnect.org https://explorer.walletconnect.com https://explorer.walletconnect.org https://relay.walletconnect.com https://relay.walletconnect.org wss://relay.walletconnect.com wss://relay.walletconnect.org https://pulse.walletconnect.com https://pulse.walletconnect.org https://api.web3modal.com https://api.web3modal.org wss://www.walletlink.org https://o1095249.ingest.sentry.io https://arb1.arbitrum.io; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is arbitrum here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chris13524 added it, but I think it's because of default RPC endpoints used via https://github.com/wevm/viem/blob/main/src/chains/definitions/arbitrum.ts
Co-authored-by: Chris Smith <[email protected]>
Breaking Changes
None
Changes
report-only
CSP for lab.web3modal.com, which reports CSP violations to our Sentry integration.Related