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 8d9a360 commit 8aec1a1Copy full SHA for 8aec1a1
apps/docs/src/middleware.ts
@@ -59,7 +59,7 @@ function getContentSecurityPolicyHeaderValue(nonce: string, reportUri: string):
59
"object-src": [`'none'`],
60
"report-uri": [reportUri], // for old browsers like Firefox
61
"report-to": ["csp"], // for modern browsers like Chrome
62
- "script-src": [`'self'`, `'unsafe-inline'`],
+ "script-src": [`'self'`, `'unsafe-inline'`, "cdn.usefathom.com", "cdn.prod.website-files.com"],
63
"style-src": [`'self'`, `'unsafe-inline'`, "*.lemonsqueezy.com", "fonts.googleapis.com"],
64
};
65
0 commit comments