diff options
author | Alan Pearce | 2024-04-24 18:01:15 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | a4aafcbee5e06b8138e3b6ee8a88bb0fdd5b88db (patch) | |
tree | 42855220fd69375ebbe930c3685feb47fb0351a6 /config.toml | |
parent | 75def7e03a28f36755cfd1d53ba09697872ab5b0 (diff) | |
download | website-a4aafcbee5e06b8138e3b6ee8a88bb0fdd5b88db.tar.lz website-a4aafcbee5e06b8138e3b6ee8a88bb0fdd5b88db.tar.zst website-a4aafcbee5e06b8138e3b6ee8a88bb0fdd5b88db.zip |
add count
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 3f247bf..17f3fb0 100644 --- a/config.toml +++ b/config.toml @@ -18,7 +18,7 @@ feed = true [extra.headers] cache-control = "max-age=14400" x-content-type-options = "nosniff" -content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'self'; style-src 'unsafe-inline'; form-action 'none'; base-uri 'self'; frame-ancestors https://kagi.com;" +content-security-policy = "default-src 'none'; img-src 'self' https://gc.zgo.at; script-src 'self' https://gc.zgo.at; style-src 'unsafe-inline'; frame-ancestors https://kagi.com; connect-src https://alanpearce-eu.goatcounter.com/count; require-trusted-types-for 'script'" [[menus.main]] name = "Home" |