about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 16:09:02 +0200
committerAlan Pearce2024-05-29 16:09:02 +0200
commita6f09143e8875005238361d8d4a8eb25bf040878 (patch)
treeae0f71f1ffeb28a606eea2696a7d8ba2fcc6c031
parentff313053e56bf5c606376435050eb7f40ad3f28a (diff)
downloadzola-bearblog-a6f09143e8875005238361d8d4a8eb25bf040878.tar.lz
zola-bearblog-a6f09143e8875005238361d8d4a8eb25bf040878.tar.zst
zola-bearblog-a6f09143e8875005238361d8d4a8eb25bf040878.zip
Fix style hash
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 2f4a020..6ca9d0e 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -32,4 +32,4 @@ Strict-Transport-Security = "max-age=63072000; includeSubdomains"
 # if nothing else works
 # openssl dgst -sha256 -binary < templates/style.css.html | openssl enc -base64
 # and paste the output after sha256-
-Content-Security-Policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'sha256-uU4G1WTuiOX/p9qEijPXhC3yBhVDdqYQmS0cfQjytZM='; 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-wOE0zNBQWpUBcOQHPSvj7V8Ez3XVcJjNkSmw4Zp5pyA='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'"