Skip to content

Commit

Permalink
fix: tmp forget optout in cookieless context
Browse files Browse the repository at this point in the history
  • Loading branch information
lsagetlethias committed Sep 17, 2024
1 parent f466214 commit 42c843c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/utils/Matomo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const Matomo = ({ env, nonce }: MatomoProps) => {
nonce,
onInitialization: () => {
// push(["optUserOut"]);
push(["forgetUserOptOut"]); // FIX
push(["requireCookieConsent"]);
push(["enableHeartBeatTimer"]);
push(["disableQueueRequest"]);
Expand Down

0 comments on commit 42c843c

Please sign in to comment.