Skip to content

Commit

Permalink
disable matomo cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
robbi5 committed Jul 2, 2020
1 parent 3ad1a31 commit 0335c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/site/_tracking.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
_paq.push(['setDocumentTitle', document.title]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(['disableCookies']);
<% if !Rails.env.development? -%>
(function() {
var u="https://traffic.okfn.de/";
Expand Down

0 comments on commit 0335c35

Please sign in to comment.