1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 20:45:31 -04:00

secure cookies for matomo

This commit is contained in:
2019-03-10 09:46:59 -04:00
parent 4c3cb8f03c
commit 09ebf60b78
2 changed files with 53 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
<script>
var _paq = _paq || [];
_paq.push(['setRequestMethod', 'POST']);
_paq.push(['setSecureCookie', true]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(['enableHeartBeatTimer']);