mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-21 02:42:53 +00:00
Matomo secure cookie
This commit is contained in:
@ -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];
|
||||||
|
Reference in New Issue
Block a user