my site jnchapmantest.tk
I looked at the _headers docs.
Is this valid for a _headers file?
I want the rule to apply to all .html files, I think.
I have a simple .html site deployed with github
I’m trying to comply with
https://infosec.mozilla.org/guidelines/web_security#x-frame-options
and get my score above D+.
Block site from being framed with X-Frame-Options and CSP
/*.html
Content-Security-Policy: frame-ancestors ‘none’
X-Frame-Options: DENY
Content-Security-Policy: frame-ancestors ‘self’
X-Frame-Options: SAMEORIGIN
Did you use the search before posting?
What about reading through our https://answers.netlify.com/search?q=common%20issue?