matomo icon indicating copy to clipboard operation
matomo copied to clipboard

Default setSecureCookie to true

Open mikkeschiren opened this issue 5 years ago • 9 comments

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]);

mikkeschiren avatar Feb 19 '20 17:02 mikkeschiren