diff options
author | Alan Pearce | 2025-03-07 10:57:54 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | c3ae41e40f27812c7657b8aaa2bc252ff1c1d174 (patch) | |
tree | bc4c442e2da835e70ee779d758e764780c5e98d0 | |
parent | fd2f2e74fe4687b0da451068cdcfe728829e49f0 (diff) | |
download | website-c3ae41e40f27812c7657b8aaa2bc252ff1c1d174.tar.lz website-c3ae41e40f27812c7657b8aaa2bc252ff1c1d174.tar.zst website-c3ae41e40f27812c7657b8aaa2bc252ff1c1d174.zip |
remove goatcounter config
-rw-r--r-- | config.toml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config.toml b/config.toml index 2fba5ac..da86362 100644 --- a/config.toml +++ b/config.toml @@ -18,7 +18,7 @@ domains = [ oidc_host = "https://id.alanpearce.eu/" -goatcounter = "https://stats.alanpearce.eu/count" +goatcounter = "https://stats.alanpearce.eu/" wildcard_domain = "aln.pe" @@ -39,11 +39,9 @@ base-uri = [ ] image-src = [ "'self'", - "https://stats.alanpearce.eu", ] script-src = [ "'self'", - "https://stats.alanpearce.eu", ] style-src = [ "'self'", @@ -51,9 +49,6 @@ style-src = [ frame-ancestors = [ "https://kagi.com", ] -connect-src = [ - "https://stats.alanpearce.eu/count", -] require-trusted-types-for = [ "'script'", ] |