Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop tracking Matomo installation IP/URL/Details #17007

Open
jdiderik opened this issue Dec 23, 2020 · 1 comment
Open

Stop tracking Matomo installation IP/URL/Details #17007

jdiderik opened this issue Dec 23, 2020 · 1 comment
Labels
c: Privacy For issues that impact or improve the privacy. c: Security For issues that make Matomo more secure. Please report issues through HackerOne and not in Github.

Comments

@jdiderik
Copy link

I love Matomo and how it complies to GDPR for my visitors....

BUT: why would you track my server ip, url and installation details during your Version checking?

in /plugins/CoreUpdater/ReleaseChannel.php you add these params:

'piwik_version'   => Version::VERSION,
'php_version'     => PHP_VERSION,
'mysql_version'   => Db::get()->getServerVersion(),
'release_channel' => $this->getId(),
'url'             => Url::getCurrentUrlWithoutQueryString(),
'trigger'         => Common::getRequestVar('module', '', 'string'),
'timezone'        => API::getInstance()->getDefaultTimezone()

Now I get why you would like to track that info to get to know your user-base... I would like to know more about my visitors too, but I just cannot do that without their consent.

In my humble opinion, it would be better to have the options (apart from maybe piwik_version) optional and only added when the installer asks for consent and the admin/installer/maintainer agrees.

@mattab
Copy link
Member

mattab commented Dec 23, 2020

Thanks for creating the issue. So far you can disable this tracking by disabling automatic update checks: configure the setting enable_auto_update = 0 within the [General] section of your config/config.ini.php file.

@mattab mattab added c: Privacy For issues that impact or improve the privacy. c: Security For issues that make Matomo more secure. Please report issues through HackerOne and not in Github. labels Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Privacy For issues that impact or improve the privacy. c: Security For issues that make Matomo more secure. Please report issues through HackerOne and not in Github.
Projects
None yet
Development

No branches or pull requests

3 participants