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.
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.