We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6203e7 commit 8929812Copy full SHA for 8929812
1 file changed
next.config.ts
@@ -53,7 +53,7 @@ const nextConfig: NextConfig = {
53
key: "Content-Security-Policy",
54
value: [
55
"default-src 'self'",
56
- "script-src 'self' 'unsafe-inline' 'unsafe-eval'",
+ "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://challenges.cloudflare.com https://static.cloudflareinsights.com",
57
"style-src 'self' 'unsafe-inline'",
58
"img-src 'self' data: blob: https:",
59
"font-src 'self' data:",
0 commit comments