nelmio / NelmioSecurityBundle

Adds extra security-related features in your Symfony application

Home Page:https://symfony.com/bundles/NelmioSecurityBundle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable CSP for some URLs

randomsymbols opened this issue · comments

Is it possible to disable CSP for certain URLs? For example www.site.com - CSP enabled, but for www.site.com/admin - CSP disabled?

I have this question because it is impossible to configure Symfony Sonata Admin bundle with CSP, and we have the bundle integrated into our web site.

Duplicate of #206