chore: netlify headers
This commit is contained in:
parent
e30585ebe5
commit
cc7bf9cbe1
1 changed files with 11 additions and 1 deletions
12
netlify.toml
12
netlify.toml
|
@ -59,4 +59,14 @@ for = "/.well-known/traffic-advice"
|
|||
[[headers]]
|
||||
for = "/contribute.json"
|
||||
[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=()"
|
Reference in a new issue