fix: 📈 prevent localhost from being tracked
This commit is contained in:
parent
1ae78d4ed4
commit
ddbaa25a14
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@
|
||||||
const ackeeServer = 'https://ackee.sebin-nyshkim.net';
|
const ackeeServer = 'https://ackee.sebin-nyshkim.net';
|
||||||
const ackeeDomainId = '76704028-959b-4bce-997b-5e1ca0c19aa7';
|
const ackeeDomainId = '76704028-959b-4bce-997b-5e1ca0c19aa7';
|
||||||
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