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

Disable system addons #419

Closed
ghost opened this issue Sep 22, 2018 · 5 comments
Closed

Disable system addons #419

ghost opened this issue Sep 22, 2018 · 5 comments

Comments

@ghost
Copy link

ghost commented Sep 22, 2018

Mozilla silently distributed the Telemetry Coverage extension to 1% of Firefox users, collecting limited "anonymous" data even when the telemetry prefs are disabled.

To prevent these experiments in the future it could be a good idea to do this:

user_pref("extensions.systemAddon.update.url", "");
user_pref("extensions.systemAddon.update.enabled", false);

and also emptying the features subdir in the profile directory.

@pyllyukko
Copy link
Owner

Thanks for reporting this. What about the toolkit.telemetry.coverage.opt-out that they keep talking about? I couldn't find any reference into that setting (in the source etc.).

@ghost
Copy link
Author

ghost commented Sep 23, 2018

toolkit.telemetry.coverage.opt-out is specific to the Telemetry Coverage addon and "does not exist by default and must be created, if set to true then the extension should not send a payload as above for users in the 1% sample (such as the Telemetry client ID above will be)" (source)

@pyllyukko
Copy link
Owner

toolkit.telemetry.coverage.opt-out is specific to the Telemetry Coverage addon

Ok. Makes sense.

@ghost
Copy link
Author

ghost commented Sep 24, 2018

Apparently Mozilla devs now claim these addons are...

  • "mid-release updates" and shouldn't be disabled

  • "none of those extensions are experimental, and they are all being rolled out to 100% of the userbase." "...deployed to 100% of users, but only 1% will be sampled."

  • "security, stability and performance updates are deployed using system add-ons."

source: https://old.reddit.com/r/firefox/comments/9ii8sj/firefox_keeps_silently_installing_hidden/

@Atavic
Copy link

Atavic commented Oct 2, 2018

I don't trust them anymore, so I'm opting out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants