https://securityheaders.com is complaining that
- Content-Security-Policy
- X-Frame-Options
- X-Content-Type-Options
- Referrer-Policy
- Permissions-Policy
are not available in my website.
I added
and
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "default-src 'self' 'unsafe-eval' 'unsafe-inline' ;"
In the head of the site there is no " Content-Security-Policy
"
I don’t use external source e.g. for tracking and all fonts are local.
How to get the (simplest) policies for such a use case (generated automatically by hugo)?