#378: ensure remaining users of faulty LZ4 module never execute

This commit is contained in:
Cameron Kaiser 2017-05-03 14:48:02 -07:00
parent 964aa7e7c9
commit 922a327382

View File

@ -1539,16 +1539,16 @@ pref("browser.translation.engine", "bing");
// Telemetry settings. // Telemetry settings.
// Determines if Telemetry pings can be archived locally. // Determines if Telemetry pings can be archived locally.
pref("toolkit.telemetry.archive.enabled", true); pref("toolkit.telemetry.archive.enabled", false);
// Whether we enable opt-out Telemetry for a sample of the release population. // Whether we enable opt-out Telemetry for a sample of the release population.
pref("toolkit.telemetry.optoutSample", true); pref("toolkit.telemetry.optoutSample", true);
// Telemetry experiments settings. // Telemetry experiments settings.
pref("experiments.enabled", true); pref("experiments.enabled", false);
pref("experiments.manifest.fetchIntervalSeconds", 86400); pref("experiments.manifest.fetchIntervalSeconds", 86400);
pref("experiments.manifest.uri", "https://telemetry-experiment.cdn.mozilla.net/manifest/v1/firefox/%VERSION%/%CHANNEL%"); pref("experiments.manifest.uri", "https://telemetry-experiment.cdn.mozilla.net/manifest/v1/firefox/%VERSION%/%CHANNEL%");
// Whether experiments are supported by the current application profile. // Whether experiments are supported by the current application profile.
pref("experiments.supported", true); pref("experiments.supported", false);
// Enable GMP support in the addon manager. // Enable GMP support in the addon manager.
pref("media.gmp-provider.enabled", true); pref("media.gmp-provider.enabled", true);