From c3958d32942a6dd64045d527cf581fb737f9da47 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 14:57:51 +0200 Subject: linde: use self-hosted goatcounter for searchix --- system/linde.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'system/linde.nix') diff --git a/system/linde.nix b/system/linde.nix index 3a4b66ec..be176ccc 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -952,17 +952,17 @@ in { script-src = [ (baseURL + "/static/") - "https://gc.zgo.at" + "https://searchix.stats.alanpearce.eu" "https://js-de.sentry-cdn.com" "https://browser.sentry-cdn.com" ]; img-src = [ self - "https://gc.zgo.at" + "https://searchix.stats.alanpearce.eu" ]; connect-src = [ self - "https://searchix.goatcounter.com/count" + "https://searchix.stats.alanpearce.eu/count" "*.sentry.io" ]; worker-src = [ @@ -973,8 +973,8 @@ in - ''; -- cgit 1.4.1