-
Notifications
You must be signed in to change notification settings - Fork 238
Closed

Description
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.
beerisgood, Atavic, joshuarli and github-userx
Metadata
Metadata
Assignees
Labels
No labels