From 57810c9caaa2f6e5ebb419efdb62f8e54260ba08 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Wed, 8 Feb 2023 17:42:38 +0100 Subject: [PATCH] Remove unnecessary call to forgetCookieConsentGiven --- tarteaucitron.services.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 2b2bccd..daa5a46 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -4757,7 +4757,6 @@ tarteaucitron.services.matomocloud = { } window._paq = window._paq || []; - window._paq.push(["forgetCookieConsentGiven"]); window._paq.push(["requireCookieConsent"]); window._paq.push(["setSiteId", tarteaucitron.user.matomoId]); window._paq.push(["setTrackerUrl", tarteaucitron.user.matomoHost + "matomo.php"]);