fix: 📈 prevent localhost from being tracked

This commit is contained in:
Sebin Nyshkim 2025-07-20 00:10:13 +02:00
parent 01587dd5b8
commit 668bc2b3b1
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -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') {