mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-21 11:29:05 +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.
|
// 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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user