mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-19 13:31:00 +00:00
#378: ensure remaining users of faulty LZ4 module never execute
This commit is contained in:
parent
964aa7e7c9
commit
922a327382
@ -1539,16 +1539,16 @@ pref("browser.translation.engine", "bing");
|
||||
|
||||
// Telemetry settings.
|
||||
// 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.
|
||||
pref("toolkit.telemetry.optoutSample", true);
|
||||
|
||||
// Telemetry experiments settings.
|
||||
pref("experiments.enabled", true);
|
||||
pref("experiments.enabled", false);
|
||||
pref("experiments.manifest.fetchIntervalSeconds", 86400);
|
||||
pref("experiments.manifest.uri", "https://telemetry-experiment.cdn.mozilla.net/manifest/v1/firefox/%VERSION%/%CHANNEL%");
|
||||
// Whether experiments are supported by the current application profile.
|
||||
pref("experiments.supported", true);
|
||||
pref("experiments.supported", false);
|
||||
|
||||
// Enable GMP support in the addon manager.
|
||||
pref("media.gmp-provider.enabled", true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user