diff options
author | Alan Pearce | 2025-02-27 21:20:28 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | 0c1230b3560021514388338c404f8937b3d59d0a (patch) | |
tree | 29cc450e8b33661e64412db9b6af8d023c4475f2 /config.toml | |
parent | 4b99d4989b488969daf28077828d138aef6a7a26 (diff) | |
download | website-0c1230b3560021514388338c404f8937b3d59d0a.tar.lz website-0c1230b3560021514388338c404f8937b3d59d0a.tar.zst website-0c1230b3560021514388338c404f8937b3d59d0a.zip |
config: enable only static CSS by default
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config.toml b/config.toml index b835999..9a39545 100644 --- a/config.toml +++ b/config.toml @@ -46,12 +46,7 @@ script-src = [ "https://stats.alanpearce.eu", ] style-src = [ - ## index.html style - "'sha256-dCSzNS1o8vygl80V2G2nPTiSOUNvyDnW+06hHS4ZdHQ='", - ## atom.xml style - "'sha256-CFhPA4p8skr5MyhReF+Tk2GzmYzXdECg8zm+o7EOVPI=", - ## cv style - "'sha256-FzrPQ6x2ugtwEN5peA8OqpIvrV3uXqkpfUMHG8P2uT0='", + "'self'", ] frame-ancestors = [ "https://kagi.com", |