diff options
author | Alan Pearce | 2024-06-02 12:50:09 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-02 12:50:09 +0200 |
commit | 1effea664c1a9fa9881fa9832d4cfeeac23c1158 (patch) | |
tree | 45584ac0627a0ca1f82f9c90537fad1db910e318 /config.toml | |
parent | 0b3c9d92312f47b9590e38663ab13c8f53471332 (diff) | |
download | website-1effea664c1a9fa9881fa9832d4cfeeac23c1158.tar.lz website-1effea664c1a9fa9881fa9832d4cfeeac23c1158.tar.zst website-1effea664c1a9fa9881fa9832d4cfeeac23c1158.zip |
update styles from Bear
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 8cf932a..14c0b60 100644 --- a/config.toml +++ b/config.toml @@ -33,10 +33,11 @@ oidc_host = "https://id.alanpearce.eu/" "https://gc.zgo.at", ] style-src = [ - # index.html style - "'sha256-a4TPKWHB0aSu7cV10GthTEySTJ0w4r0bw6Q8JsNYMbk='", - # atom.xml style - "'sha256-gyxzfgCOxeAAL8URUdaW2nHYDOr9bzbwFjgSqi7D+8U='", + "'unsafe-inline'", + ## index.html style + "'sha256-50do9sS3PVRni4sYNWIx1hJuUOU9Y0GeMMwiLf8vmjc='", + ## atom.xml style + "'sha256-WIWHIhXqk7qQRekjaVXXydYSpSNixj54s4nqSMlM9Cg='", ] frame-ancestors = [ "https://kagi.com", |