Drop goatcounter

This commit is contained in:
Pieter Vander Vennet 2025-06-19 16:08:29 +02:00
parent 673cf95119
commit 5851fecffd
12 changed files with 5 additions and 36 deletions

View file

@ -439,7 +439,6 @@ class GenerateLayouts extends Script {
"style-src": "'self' 'unsafe-inline'", // unsafe-inline is needed to change the default background pin colours
"script-src": [
"'self'",
"https://gc.zgo.at/count.js",
...(options?.scriptSrcs?.map((s) => "'" + s + "'") ?? []),
].join(" "),
"connect-src": "'self' " + connectSrc.join(" "),