fix: 📈 prevent localhost from being tracked
This commit is contained in:
parent
01587dd5b8
commit
668bc2b3b1
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ if (localStorage.getItem(confirmKey) === null) {
|
||||||
const ackeeServer = 'https://ackee.sebin-nyshkim.net';
|
const ackeeServer = 'https://ackee.sebin-nyshkim.net';
|
||||||
const ackeeDomainId = 'c7d67b68-9522-4bf0-8dd5-1332790999a9';
|
const ackeeDomainId = 'c7d67b68-9522-4bf0-8dd5-1332790999a9';
|
||||||
const ackeeOpts = {
|
const ackeeOpts = {
|
||||||
detailed: localStorage.getItem(confirmKey) === 'true',
|
detailed: localStorage.getItem(confirmKey) === 'true'
|
||||||
ignoreLocalhost: false
|
|
||||||
};
|
};
|
||||||
|
|
||||||
if (localStorage.getItem(confirmKey) === 'true') {
|
if (localStorage.getItem(confirmKey) === 'true') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue