mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-28 14:03:30 +01:00
Matomo secure cookie
This commit is contained in:
parent
54ad4de2e2
commit
d4d2b8699a
@ -96,6 +96,7 @@ _paq.push(["enableLinkTracking"]);
|
||||
var u = "https://stats.privacytools.io/";
|
||||
_paq.push(["setTrackerUrl", u + "matomo.php"]);
|
||||
_paq.push(["setSiteId", "1"]);
|
||||
_paq.push(['setSecureCookie', true]);
|
||||
var d = document,
|
||||
g = d.createElement("script"),
|
||||
s = d.getElementsByTagName("script")[0];
|
||||
|
Loading…
Reference in New Issue
Block a user