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 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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue