mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
Let's hope this HSTS hack works for now
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
ee14f81545
commit
2d673fd9c1
1 changed files with 11 additions and 0 deletions
11
netlify.toml
11
netlify.toml
|
@ -191,3 +191,14 @@
|
|||
Content-Security-Policy = "upgrade-insecure-requests"
|
||||
X-Permitted-Cross-Domain-Policies = "none"
|
||||
Referrer-Policy = "no-referrer"
|
||||
|
||||
[[headers]]
|
||||
for = "/"
|
||||
|
||||
[headers.values]
|
||||
Strict-Transport-Security = "max-age=63072000; includeSubDomains; preload"
|
||||
X-Frame-Options = "deny"
|
||||
X-Content-Type-Options = "nosniff"
|
||||
Content-Security-Policy = "upgrade-insecure-requests"
|
||||
X-Permitted-Cross-Domain-Policies = "none"
|
||||
Referrer-Policy = "no-referrer"
|
||||
|
|
Loading…
Add table
Reference in a new issue