Content Security Policy For Dynamic Inline Styles and Scripts
Good day!
I would like to ask what is the best way to implement Content Security Policy in Umbraco. Our website contains alot of inline styles because of RTE and we need to include its hash in the CSP. I tried to create a function that will dynamicaly render hash. May I know how can I apply it in the CSP header on the fly? Thank you
Content Security Policy For Dynamic Inline Styles and Scripts
Good day!
I would like to ask what is the best way to implement Content Security Policy in Umbraco. Our website contains alot of inline styles because of RTE and we need to include its hash in the CSP. I tried to create a function that will dynamicaly render hash. May I know how can I apply it in the CSP header on the fly? Thank you
Did you ever succeded in this? Have an "old" site that I would like to secur a bit more, and need to find a way to do nonce
I've successfully implemented a nonce system in my v8 site, I've documented the solution here: https://our.umbraco.com/forum/using-umbraco-and-getting-started/88405-content-security-policy#comment-350935
is working on a reply...