diff --git a/src/components/analytics-banner.webc b/src/components/analytics-banner.webc index 42fa8cf..d1223aa 100644 --- a/src/components/analytics-banner.webc +++ b/src/components/analytics-banner.webc @@ -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') {