about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 01:02:10 +0200
committerAlan Pearce2024-05-29 01:04:11 +0200
commit00c802c022c4d28927eae61d8b5b7aea29ac7884 (patch)
tree4dbab7a1661b772e51e459e4670c7413cec40bd9
parent864e62a917fc756e754a1e7648c0ac1bb670743b (diff)
downloadzola-bearblog-00c802c022c4d28927eae61d8b5b7aea29ac7884.tar.lz
zola-bearblog-00c802c022c4d28927eae61d8b5b7aea29ac7884.tar.zst
zola-bearblog-00c802c022c4d28927eae61d8b5b7aea29ac7884.zip
re-format netlify.toml
-rw-r--r--netlify.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/netlify.toml b/netlify.toml
index 91f23c5..6e9486a 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -17,11 +17,11 @@ command = "zola build --base-url $DEPLOY_PRIME_URL"
 command = "zola build --base-url $DEPLOY_PRIME_URL"
 
 [[headers]]
-  for = "/*"
-  [headers.values]
-    X-Frame-Options = "DENY"
-    X-Content-Type-Options = "nosniff"
-    X-XSS-Protection = "1; mode=block"
-    Referrer-Policy = "strict-origin-when-cross-origin"
-    Strict-Transport-Security = "max-age=63072000; includeSubdomains"
-    Content-Security-Policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'sha256-iJQfPEEzY1fjDE/sJElXzaTdtJI+vxkKM//fXwJj/cI='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'"
+for = "/*"
+[headers.values]
+X-Frame-Options = "DENY"
+X-Content-Type-Options = "nosniff"
+X-XSS-Protection = "1; mode=block"
+Referrer-Policy = "strict-origin-when-cross-origin"
+Strict-Transport-Security = "max-age=63072000; includeSubdomains"
+Content-Security-Policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'sha256-iJQfPEEzY1fjDE/sJElXzaTdtJI+vxkKM//fXwJj/cI='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'"