Files
Radosław Gierwiało e905c78f52 fix(csp): remove duplicate CSP from nginx and allow Cloudflare Turnstile
- Updated backend/src/app.js to allow Cloudflare domains in CSP
  - Added https://challenges.cloudflare.com to scriptSrc
  - Added https://challenges.cloudflare.com to connectSrc
  - Added https://challenges.cloudflare.com to frameSrc
- Removed duplicate CSP from nginx/conf.d.prod/default.conf
  - CSP is now managed only by backend Helmet middleware
  - Prevents conflicting security policies
2025-12-06 17:28:12 +01:00
..