From 6633b202f9d544720a6bbc5c43cc709db1398dc9 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Tue, 4 Apr 2023 15:33:57 +0200 Subject: [PATCH] Matomo cloud need consent since there is now the fallback function --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index d409dc1..0113c1f 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -4846,7 +4846,7 @@ tarteaucitron.services.matomocloud = { "type": "analytic", "name": "Matomo Cloud (privacy by design)", "uri": "https://matomo.org/faq/general/faq_146/", - "needConsent": false, + "needConsent": true, "cookies": ['_pk_ref', '_pk_cvar', '_pk_id', '_pk_ses', '_pk_hsr', 'mtm_consent', 'matomo_ignore', 'matomo_sessid'], "js": function () { "use strict";