user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 2037449fbdbb86bea396f0247e98618535d543b1
parent e18bd0f32c43c0ec54fac974152c318511c38e35
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun, 25 Mar 2018 10:56:49 +0000

2750: rethinking it #379

add `browser.storageManager.enabled` back but enforce it as true - otherwise people may never pick up on the fact we dropped it and may never reset it, and never see their shiny new UI section. When it's deprecated, *then* we can remove it
Diffstat:
Muser.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -1435,6 +1435,7 @@ user_pref("dom.caches.enabled", false); * [2] https://developer.mozilla.org/docs/Web/API/Storage_API * [3] https://blog.mozilla.org/l10n/2017/03/07/firefox-l10n-report-aurora-54/ ***/ user_pref("dom.storageManager.enabled", false); // (FF51+) +user_pref("browser.storageManager.enabled", true); // make sure the new UI is visible (FF53+) /*** 2800: SHUTDOWN [SETUP] You should set the values to what suits you best. Be aware that the settings below clear