We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99106ba commit bf72ab2Copy full SHA for bf72ab2
netlify.toml
@@ -19,3 +19,11 @@ force = true
19
for = "/schemas/:version"
20
[headers.values]
21
content-type = "application/yaml"
22
+
23
+[[headers]]
24
+ for = "/*"
25
+ [headers.values]
26
+ X-Content-Type-Options = "nosniff"
27
+ Referrer-Policy = "strict-origin-when-cross-origin"
28
+ X-Frame-Options = "SAMEORIGIN"
29
+ Content-Security-Policy = "frame-ancestors 'self';"
0 commit comments