webfactory / piwik-bundle

Symfony Bundle with twig-function for the Matomo (fka Piwik) tracking code
MIT License
39 stars 16 forks source link

Enforce HTTPS for Matomo requests 🔐 #33

Open mpdude opened 3 years ago

mpdude commented 3 years ago

It would be great if we could have a configuration setting to enforce all Matomo requests be over HTTPS, no – as it is right now – HTTP or HTTPS depending on the current scheme.

bartfeenstra commented 3 years ago

Please don't. It would hardly amount to anything, while completely preventing anyone from testing over HTTP.

mpdude commented 3 years ago

It would only be a configuration setting, of course not forcing everyone using this bundle into using HTTPS (or using HTTPS in all situations). Agree?

bartfeenstra commented 3 years ago

Right, I must have misread earlier. My apologies. Enforcing HTTP/HTTPS/either on the server side is a good idea :+1: