Skip to content

Commit

Permalink
Merge pull request #110 from ynmstudio/feature/update-app-to-angular-17
Browse files Browse the repository at this point in the history
feat: disable doNotTrack flag
  • Loading branch information
denisyilmaz authored Feb 28, 2024
2 parents 4fb6e73 + bbfd21f commit f4f7f44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion landingpage/src/providers/matomo/MatomoProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const MatomoProvider = component$(() => {
disableCookies: true,
setSecureCookie: true,
setRequestMethod: "POST",
setDoNotTrack: true,
},
}),
);
Expand Down

0 comments on commit f4f7f44

Please sign in to comment.