Update netlify.toml

This commit is contained in:
Juan Picado 2024-03-16 18:13:21 +01:00
parent 487976bd53
commit 4aa4aceafa
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-Frame-Options = "SAMEORIGIN"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "no-referrer"