From 668bc2b3b166b665ebda3ca97a6074a6e53beb1d Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sun, 20 Jul 2025 00:10:13 +0200 Subject: [PATCH 1/3] fix: :chart_with_upwards_trend: prevent localhost from being tracked --- src/js/ackee.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/js/ackee.js b/src/js/ackee.js index 9ab96eb..3969509 100644 --- a/src/js/ackee.js +++ b/src/js/ackee.js @@ -13,8 +13,7 @@ if (localStorage.getItem(confirmKey) === null) { const ackeeServer = 'https://ackee.sebin-nyshkim.net'; const ackeeDomainId = 'c7d67b68-9522-4bf0-8dd5-1332790999a9'; const ackeeOpts = { - detailed: localStorage.getItem(confirmKey) === 'true', - ignoreLocalhost: false + detailed: localStorage.getItem(confirmKey) === 'true' }; if (localStorage.getItem(confirmKey) === 'true') { From 416e0a18eaad5ac2d79eb122bbf340da5d19ee41 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sun, 20 Jul 2025 00:10:28 +0200 Subject: [PATCH 2/3] fix: :chart_with_upwards_trend: update ackee domain id --- src/js/ackee.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/ackee.js b/src/js/ackee.js index 3969509..87abdf6 100644 --- a/src/js/ackee.js +++ b/src/js/ackee.js @@ -11,7 +11,7 @@ if (localStorage.getItem(confirmKey) === null) { } const ackeeServer = 'https://ackee.sebin-nyshkim.net'; -const ackeeDomainId = 'c7d67b68-9522-4bf0-8dd5-1332790999a9'; +const ackeeDomainId = 'fc6deee5-c700-4c8a-87cd-421b673a33aa'; const ackeeOpts = { detailed: localStorage.getItem(confirmKey) === 'true' }; From 208119a8fb1d0d339019d34e91f25a559bb2ec40 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sun, 20 Jul 2025 00:12:17 +0200 Subject: [PATCH 3/3] fix: :chart_with_upwards_trend: update text in analytics popup --- src/layouts/base.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/base.njk b/src/layouts/base.njk index 16ee1bc..3ebd27d 100644 --- a/src/layouts/base.njk +++ b/src/layouts/base.njk @@ -124,8 +124,8 @@

Analytics

- I would like to know which devices my site is displayed on. May I collect data about your device? The specific data is outlined - here. + May I collect some anonymized data about the device you use to view this site? I won't know who you are. See: + Privacy Policy.