From bbfd21f3de37a4fb90bb0098fde19a2b91a1df76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Y=C4=B1lmaz?= Date: Wed, 28 Feb 2024 13:48:08 +0100 Subject: [PATCH] feat: disable doNotTrack flag --- landingpage/src/providers/matomo/MatomoProvider.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/landingpage/src/providers/matomo/MatomoProvider.tsx b/landingpage/src/providers/matomo/MatomoProvider.tsx index 78b7518..867810d 100644 --- a/landingpage/src/providers/matomo/MatomoProvider.tsx +++ b/landingpage/src/providers/matomo/MatomoProvider.tsx @@ -36,7 +36,6 @@ export const MatomoProvider = component$(() => { disableCookies: true, setSecureCookie: true, setRequestMethod: "POST", - setDoNotTrack: true, }, }), );