Skip to content

Commit ce50df9

Browse files
committed
[TOOL-3874] Portal: Fix posthog script CSP error
1 parent fb70cab commit ce50df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/portal/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const ContentSecurityPolicy = `
1010
style-src 'self' 'unsafe-inline';
1111
font-src 'self';
1212
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;
13+
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;
1414
connect-src * data: blob:;
1515
worker-src 'self' blob:;
1616
block-all-mixed-content;

0 commit comments

Comments
 (0)