diff options
author | Alan Pearce | 2025-02-27 21:20:28 +0100 |
---|---|---|
committer | Alan Pearce | 2025-02-27 21:20:28 +0100 |
commit | 4d79f6d086946884b12c98b7b3add5b36fd146bc (patch) | |
tree | 7bc45d450c27c79d6d51a5c5e854c07c0d0b5f83 | |
parent | 4e7a4bbc7c0b5087c6c64c78fee8de3da2bfdddc (diff) | |
download | website-4d79f6d086946884b12c98b7b3add5b36fd146bc.tar.lz website-4d79f6d086946884b12c98b7b3add5b36fd146bc.tar.zst website-4d79f6d086946884b12c98b7b3add5b36fd146bc.zip |
-rw-r--r-- | config.toml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config.toml b/config.toml index 292dc6f..3af0e7b 100644 --- a/config.toml +++ b/config.toml @@ -47,12 +47,7 @@ wildcard_domain = "aln.pe" "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", |