Commit 6ec4e23
committed
Fix CSP issues for Cloudflare Workers deployment
- Add _headers file with proper Content Security Policy configuration
- Allow unsafe-inline and unsafe-eval for Next.js compatibility
- Include Cloudflare Insights in allowed script sources
- Add security headers: X-Frame-Options, X-Content-Type-Options, Referrer-Policy
- Resolves CSP violations that were preventing JavaScript execution
- Application now renders properly in browser1 parent 7780918 commit 6ec4e23
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
0 commit comments