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 c7865a6 commit 98f27d7Copy full SHA for 98f27d7
frontend/proxy.ts
@@ -11,7 +11,7 @@ export function proxy(request: NextRequest) {
11
// - Whitelisted Termly domains: app.termly.io and *.api.termly.io
12
const cspHeader = `
13
default-src 'self';
14
- script-src 'self' 'nonce-${nonce}' ${isDev ? "'unsafe-eval'" : ""} https://apis.google.com https://accounts.google.com https://*.posthog.com;
+ script-src 'self' 'nonce-${nonce}' 'strict-dynamic' ${isDev ? "'unsafe-eval'" : ""} https://apis.google.com https://accounts.google.com https://*.posthog.com;
15
style-src 'self' 'unsafe-inline';
16
img-src 'self' blob: data: https://*.posthog.com https://app.termly.io https://*.googleusercontent.com;
17
worker-src 'self' blob:;
0 commit comments