mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04: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/";
|
var u = "https://stats.privacytools.io/";
|
||||||
_paq.push(["setTrackerUrl", u + "matomo.php"]);
|
_paq.push(["setTrackerUrl", u + "matomo.php"]);
|
||||||
_paq.push(["setSiteId", "1"]);
|
_paq.push(["setSiteId", "1"]);
|
||||||
|
_paq.push(['setSecureCookie', true]);
|
||||||
var d = document,
|
var d = document,
|
||||||
g = d.createElement("script"),
|
g = d.createElement("script"),
|
||||||
s = d.getElementsByTagName("script")[0];
|
s = d.getElementsByTagName("script")[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user