fix: 📈 prevent localhost from being tracked

This commit is contained in:
Sebin Nyshkim 2025-07-19 23:57:58 +02:00
parent 1ae78d4ed4
commit ddbaa25a14
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -16,8 +16,7 @@
const ackeeServer = 'https://ackee.sebin-nyshkim.net';
const ackeeDomainId = '76704028-959b-4bce-997b-5e1ca0c19aa7';
const ackeeOpts = {
detailed: localStorage.getItem(confirmKey) === 'true',
ignoreLocalhost: false
detailed: localStorage.getItem(confirmKey) === 'true'
};
if (localStorage.getItem(confirmKey) === 'true') {