mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Push a temporary HSTS hack because for netlify broken root-level domains
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
66a9d4b400
commit
f8e98feabc
1 changed files with 7 additions and 0 deletions
|
@ -192,3 +192,10 @@
|
|||
X-Permitted-Cross-Domain-Policies = "none"
|
||||
Referrer-Policy = "no-referrer"
|
||||
|
||||
[[headers]]
|
||||
for = "https://ari-web.xyz"
|
||||
|
||||
[headers.values]
|
||||
Strict-Transport-Security = "max-age=63072000; includeSubDomains; preload"
|
||||
Content-Security-Policy = "upgrade-insecure-requests"
|
||||
Referrer-Policy = "no-referrer"
|
||||
|
|
Loading…
Add table
Reference in a new issue