diff options
author | Alan Pearce | 2024-05-31 13:03:13 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-31 13:03:13 +0200 |
commit | 8831b8d3fe084392f8e04c32d483a6db01326c32 (patch) | |
tree | 592817f71c4f7fcf4ee4cee208d335c1cd0c768c /config.toml | |
parent | cf38b8d92bde6dd349f286ccfff4a77db9513b50 (diff) | |
download | website-8831b8d3fe084392f8e04c32d483a6db01326c32.tar.lz website-8831b8d3fe084392f8e04c32d483a6db01326c32.tar.zst website-8831b8d3fe084392f8e04c32d483a6db01326c32.zip |
fix CSP breaking styles in feed browser HTML preview
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 9f788e5..8cf932a 100644 --- a/config.toml +++ b/config.toml @@ -33,7 +33,10 @@ oidc_host = "https://id.alanpearce.eu/" "https://gc.zgo.at", ] style-src = [ - "'sha256-+7qCR9+91EXRy0dbbyuh8KDyQUJwTewM/EPr4b/IKoE='", + # index.html style + "'sha256-a4TPKWHB0aSu7cV10GthTEySTJ0w4r0bw6Q8JsNYMbk='", + # atom.xml style + "'sha256-gyxzfgCOxeAAL8URUdaW2nHYDOr9bzbwFjgSqi7D+8U='", ] frame-ancestors = [ "https://kagi.com", |