Add tools-security.esy-web.dev to script-src CSP directive
Direct script loading requires the domain in script-src, not just connect-src. Added to both base and prod config. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -32,6 +32,7 @@ nelmio_security:
|
||||
script-src:
|
||||
- 'self'
|
||||
- 'https://static.cloudflareinsights.com'
|
||||
- 'https://tools-security.esy-web.dev'
|
||||
- 'https://challenges.cloudflare.com'
|
||||
- 'https://cdn.jsdelivr.net'
|
||||
- 'https://js.stripe.com'
|
||||
|
||||
@@ -5,6 +5,7 @@ nelmio_security:
|
||||
- 'self'
|
||||
- 'nonce'
|
||||
- 'https://static.cloudflareinsights.com'
|
||||
- 'https://tools-security.esy-web.dev'
|
||||
|
||||
# Restreindre les soumissions de formulaires à notre domaine
|
||||
# et aux redirections OAuth des plateformes de partage social
|
||||
|
||||
Reference in New Issue
Block a user