-
I need to set global csp headers for all tenants. It would be nice if they could be overwritten as needed by using the admin for an individual tenant. I don't want to have to set them all individually on every site through the admin. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We've created |
Beta Was this translation helpful? Give feedback.
following advice from Mark Bartha with Lombiq, I basically made a copy of this file: Lombiq.HelpfulLibraries.AspNetCore/Security/CdnContentSecurityPolicyProvider.cs
and modified it. (Since I'm using the lombiq libraries)
then added it in program.cs