matomo
matomo copied to clipboard
Default setSecureCookie to true
I think that setSecureCookie should be set to true
as a default, not an option. From my point of view, serving Matomo over https should be expected - not http. An therefor it should make sense to have setSecureCookie=true as default, and if it should not be set to true, that should be the option, that makes setting up tracking much simpler for the end user, from my perspective.
So this should be the override:
_paq.push(['setSecureCookie', false]);