Always use https for tracking
This commit is contained in:
parent
f87b3a0115
commit
304c0d4ba6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
_paq.push(['trackPageView']);
|
_paq.push(['trackPageView']);
|
||||||
_paq.push(['enableLinkTracking']);
|
_paq.push(['enableLinkTracking']);
|
||||||
(function () {
|
(function () {
|
||||||
var u = "//analytics.thisfro.ch/";
|
var u = "https://analytics.thisfro.ch/";
|
||||||
_paq.push([
|
_paq.push([
|
||||||
'setTrackerUrl',
|
'setTrackerUrl',
|
||||||
u + 'matomo.php'
|
u + 'matomo.php'
|
||||||
|
|
Reference in a new issue