diff options
author | Alan Pearce | 2024-03-17 15:22:30 +0100 |
---|---|---|
committer | Alan Pearce | 2024-03-17 15:22:30 +0100 |
commit | 709ee0253b443933df8e2acc3b884245bdb2c40e (patch) | |
tree | 628081b01164f08e70dea708d1554b48be5a8802 | |
parent | 742bb471ba6c6cddc7e2de8781bacabbc86369e7 (diff) | |
download | zola-bearblog-709ee0253b443933df8e2acc3b884245bdb2c40e.tar.lz zola-bearblog-709ee0253b443933df8e2acc3b884245bdb2c40e.tar.zst zola-bearblog-709ee0253b443933df8e2acc3b884245bdb2c40e.zip |
Fix CSS SHA
-rw-r--r-- | netlify.toml | 2 |
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'" |