chore: netlify headers

This commit is contained in:
Cory Dransfeldt 2023-12-17 13:56:34 -08:00
parent e30585ebe5
commit cc7bf9cbe1
No known key found for this signature in database

View file

@ -60,3 +60,13 @@ for = "/.well-known/traffic-advice"
for = "/contribute.json" for = "/contribute.json"
[headers.values] [headers.values]
Content-Type = "application/json" Content-Type = "application/json"
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "upgrade-insecure-requests; block-all-mixed-content;"
X-Content-Type-Options = "nosniff"
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
Referrer-Policy = "strict-origin-when-cross-origin"
Permissions-Policy = "autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()"