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 8b8650e + 2885caa commit 971412cCopy full SHA for 971412c
netlify.toml
@@ -27,3 +27,10 @@ command = "git submodule update --init --recursive --depth 1 && make deploy-prev
27
# DO NOT REMOVE THIS (contact @kubernetes/sig-docs-leads)
28
publish = "public"
29
command = "git submodule update --init --recursive --depth 1 && make production-build"
30
+
31
+# adding in headers to prevent clickjacking
32
+[[headers]]
33
+ for = "/*"
34
+ [headers.values]
35
+ X-Frame-Options = "DENY"
36
+ X-XSS-Protection = "1; mode=block"
0 commit comments