all repos — zola-bearblog @ 8a7b1b9d08bf9131801db383df88720c7500f648

Port of bear blog theme to zola

Fix style hash again?

Alan Pearce
commit

8a7b1b9d08bf9131801db383df88720c7500f648

parent

a6f09143e8875005238361d8d4a8eb25bf040878

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M netlify.tomlnetlify.toml
@@ -32,4 +32,4 @@ # shasum --algorithm 256 templates/style.css.html | cut -d' ' -f 1 | xxd -r -p | base64
# 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-wOE0zNBQWpUBcOQHPSvj7V8Ez3XVcJjNkSmw4Zp5pyA='; 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-p5EfRIhWJi7Zh7WJil3mpIVCZvcu+zebWbMe6B0so8A='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'"