We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb70cab commit ce50df9Copy full SHA for ce50df9
apps/portal/next.config.mjs
@@ -10,7 +10,7 @@ const ContentSecurityPolicy = `
10
style-src 'self' 'unsafe-inline';
11
font-src 'self';
12
frame-src * data:;
13
- script-src 'self' 'unsafe-eval' 'unsafe-inline' 'wasm-unsafe-eval' 'inline-speculation-rules' *.thirdweb.com *.thirdweb-dev.com vercel.live js.stripe.com;
+ script-src 'self' 'unsafe-eval' 'unsafe-inline' 'wasm-unsafe-eval' 'inline-speculation-rules' thirdweb.com *.thirdweb.com thirdweb-dev.com *.thirdweb-dev.com vercel.live js.stripe.com;
14
connect-src * data: blob:;
15
worker-src 'self' blob:;
16
block-all-mixed-content;
0 commit comments