Now that user input is possible, I need to sanitize it. Already implemented server side validation in #358 with bleach but a strict CSP header would be nice as well.
https://web.dev/articles/strict-csp
https://auth0.com/blog/defending-against-xss-with-csp/
Now that user input is possible, I need to sanitize it. Already implemented server side validation in #358 with
bleachbut a strict CSP header would be nice as well.https://web.dev/articles/strict-csp
https://auth0.com/blog/defending-against-xss-with-csp/