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.
2 parents dc9b68c + d8d504e commit 21fda57Copy full SHA for 21fda57
netlify.toml
@@ -22,3 +22,12 @@ to = "https://theupdateframework.github.io/specification/"
22
[[redirects]]
23
from = "/specification"
24
to = "https://theupdateframework.github.io/specification/latest/"
25
+
26
+[[headers]]
27
+ for = "/*"
28
+ [headers.values]
29
+ Content-Security-Policy = "default-src 'self' code.jquery.com fonts.googleapis.com fonts.gstatic.com use.fontawesome.com app.netlify.com netlify-cdp-loader.netlify.app"
30
+ X-Frame-Options = "deny"
31
+ X-Content-Type-Options = "nosniff"
32
+ Referrer-Policy = "no-referrer-when-downgrade"
33
+ permissions-policy = "interest-cohort=()"
0 commit comments