diff options
author | Alan Pearce | 2024-06-02 12:50:09 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-02 12:50:09 +0200 |
commit | e319c36d9b67fecf2df162b628a84dc2f6ac2cae (patch) | |
tree | 36d9579c6b7bb156c253f2d5540d381b127a3461 /config.toml | |
parent | 775107a141476a454582c7cd5b614330b45597cf (diff) | |
download | website-e319c36d9b67fecf2df162b628a84dc2f6ac2cae.tar.lz website-e319c36d9b67fecf2df162b628a84dc2f6ac2cae.tar.zst website-e319c36d9b67fecf2df162b628a84dc2f6ac2cae.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", |