update @ Fri 18 Mar 16:14:55 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-03-18 16:14:55 +02:00
parent 495a9472f7
commit db667683f0
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -47,6 +47,10 @@
for = "/*"
[headers.values]
X-XSS-Protection = "1; mode=block"
Strict-Transport-Security = "max-age=63072000; includeSubDomains; preload"
X-Frame-Options = "deny"
X-Content-Type-Options = "nosniff"
Content-Security-Policy = "upgrade-insecure-requests; sandbox"
X-Permitted-Cross-Domain-Policies = "none"
Referrer-Policy = "no-referrer"