verdaccio/netlify.toml

8 lines
173 B
TOML
Raw Normal View History

2023-12-23 11:07:12 +01:00
[[headers]]
2023-12-23 11:40:02 +01:00
for = "/*"
[headers.values]
2024-03-16 18:13:21 +01:00
X-Frame-Options = "SAMEORIGIN"
2023-12-23 11:40:02 +01:00
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "no-referrer"