CSP strict-dynamic with nonce still blocking the script email-decode.min.js
How can I achieve the goal of a secure CSP while at the same time allowing for this script to run?
This was the CSP header I was using at the time, and it worked with all other cloudflare related scripts except for specifically email-decode.min.js. It's weird too because it says that the url of the script is from mydomain.com/cdn-cgi/... Shouldn't that mean it works because the origin domain is still the same as
self
?
Why is this happening?0 Replies