Hi,
I have the following config in netlify.toml:
[[plugins]]
package = "@netlify/plugin-csp-nonce"
[plugins.inputs]
reportOnly = false
excludedPath = [
"/geo"
]
No matter what I do, the deployed version uses content-security-policy-report-only, and therefore breaks the CSP and my existing CSP in headers is Content-Security-Policy, therefore all the new nonce'd inline don't work... This suddenly stopped working recently which is odd...