CSP Security managing
# help-with-umbraco
j
We have a multi site CMS using 12. Can anyone recommend the best way to manage CSP. It would be great to allow Admins to manage the list via the CMS but is this wise to do?
m
#882981290662580264 might be of interest to you 🙂
j
Great - thanks. Will you be updating this up to 13 when it is out?
m
as far as I am aware there is no breaking changes in 13 that will cause an issue, I will likely add.NET 8 build which will target it
j
Great - thank you so much for sharing
@Matt Wise - can I ask a slightly sepereate question - how would you recommend adding Security Headers to the site? There is the Middleware approach or we could include a webconfig to the site and add them to the httpProtocol section. We seem to have better luck going down the webconfig - but I wanted to ask you in case you had a better way to do this. I hope you don't mind me asking
m
If your hosting supports the web.config it makes sense as then IIS for example handles it instead of your code
j
Great - thanks
2 Views