diff options
author | Alan Pearce | 2024-04-24 18:01:15 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-24 18:01:15 +0200 |
commit | 0c5bf9f3f55286ddfd6bb1fe2537795820b4af48 (patch) | |
tree | 38d14892727b058c90009f711aa0fef6566932a0 | |
parent | 7d70ea5f0ea298ed8946c463f5a49eb3b951c99b (diff) | |
download | website-0c5bf9f3f55286ddfd6bb1fe2537795820b4af48.tar.lz website-0c5bf9f3f55286ddfd6bb1fe2537795820b4af48.tar.zst website-0c5bf9f3f55286ddfd6bb1fe2537795820b4af48.zip |
add count
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 067b829..e79653d 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,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" |