Skip to content

Commit

Permalink
update(analytics): disable DNT support
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Oct 23, 2024
1 parent cdb64ac commit 7c8e0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/theme/partials/integrations/analytics/matomo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
_paq.push(["enableCrossDomainLinking"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(["setDoNotTrack", true]);
_paq.push(["setDoNotTrack", false]);
(function () {
var u = "{{ config.extra.analytics.matomo_url }}/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
Expand Down

0 comments on commit 7c8e0e7

Please sign in to comment.