chore: netlify headers
This commit is contained in:
parent
e30585ebe5
commit
cc7bf9cbe1
1 changed files with 11 additions and 1 deletions
10
netlify.toml
10
netlify.toml
|
@ -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=()"
|
Reference in a new issue