diff options
Diffstat (limited to 'app/profile')
-rw-r--r-- | app/profile/iceweasel-uxp.js | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app/profile/iceweasel-uxp.js b/app/profile/iceweasel-uxp.js index b0fbcef..f5b75e9 100644 --- a/app/profile/iceweasel-uxp.js +++ b/app/profile/iceweasel-uxp.js @@ -1103,14 +1103,10 @@ pref("identity.mobilepromo.ios", ""); pref("ui.key.menuAccessKeyFocuses", true); #endif -// Play with different values of the decay time and get telemetry, +// Play with different values of the decay time, // 0 means to randomize (and persist) the experiment value in users' profiles, // -1 means no experiment is run and we use the preferred value for frecency (6h) -pref("browser.cache.frecency_experiment", 0); - -// Telemetry settings. -// Determines if Telemetry pings can be archived locally. -pref("toolkit.telemetry.archive.enabled", false); +pref("browser.cache.frecency_experiment", -1); // Enable GMP support in the addon manager. pref("media.gmp-provider.enabled", false); |