about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-03-17 15:22:30 +0100
committerAlan Pearce2024-03-17 15:22:30 +0100
commit709ee0253b443933df8e2acc3b884245bdb2c40e (patch)
tree628081b01164f08e70dea708d1554b48be5a8802 /netlify.toml
parent742bb471ba6c6cddc7e2de8781bacabbc86369e7 (diff)
downloadzola-bearblog-709ee0253b443933df8e2acc3b884245bdb2c40e.tar.lz
zola-bearblog-709ee0253b443933df8e2acc3b884245bdb2c40e.tar.zst
zola-bearblog-709ee0253b443933df8e2acc3b884245bdb2c40e.zip
Fix CSS SHA
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 26d163f..2b214b1 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -22,4 +22,4 @@ command = "zola build --base-url $DEPLOY_PRIME_URL"
     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-8V+sSVjbj+U897SSFG8AIOvquoI2drTloxs2lLwHCEw='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'"
+    Content-Security-Policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'sha256-31p21SuRVVuYOWghmuvw19ydYUi/EQ/ok1qzTSKO7FQ='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'"