Set secure flag for matomo cookies
This commit is contained in:
parent
f20b250ba9
commit
bf249af5b3
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ if (OSM.MATOMO) {
|
|||
matomoTracker.setSessionCookieTimeout(OSM.MATOMO.session_cookie_timeout);
|
||||
}
|
||||
|
||||
matomoTracker.setSecureCookie( true );
|
||||
matomoTracker.trackPageView();
|
||||
matomoTracker.enableLinkTracking();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue