Disable matomo cookies - fixes #784

This commit is contained in:
wiz 2021-09-16 22:37:09 +09:00
parent 47ae306a75
commit e7030cca32
No known key found for this signature in database
GPG Key ID: A394E332255A6173
3 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,7 @@
if (document.location.hostname === "bisq.markets")
{
var _paq = window._paq = window._paq || [];
_paq.push(['disableCookies']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {

View File

@ -38,6 +38,7 @@
if (document.location.hostname === "liquid.network")
{
var _paq = window._paq = window._paq || [];
_paq.push(['disableCookies']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {

View File

@ -37,6 +37,7 @@
if (document.location.hostname === "mempool.space")
{
var _paq = window._paq = window._paq || [];
_paq.push(['disableCookies']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {