From a4a9b9a675df5f43e32d82062bd32e29f1ff4936 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 4 Jun 2018 00:23:16 +0000 Subject: [PATCH] cleanup #426 Both deprecated in FF61, but we'll remove them from the user.js - `services.blocklist.signing.enforced` is default true since FF50 - `browser.storageManager.enabled` only controls "Site Data" UI visibility --- user.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/user.js b/user.js index c968abb..064d24f 100644 --- a/user.js +++ b/user.js @@ -227,7 +227,6 @@ user_pref("extensions.blocklist.url", "https://blocklists.settings.services.mozi * As Firefox transitions to Kinto, the blocklists have been broken down into entries for certs to be * revoked, extensions and plugins to be disabled, and gfx environments that cause problems or crashes ***/ user_pref("services.blocklist.update_enabled", true); -user_pref("services.blocklist.signing.enforced", true); /* 0403: disable individual unwanted/unneeded parts of the Kinto blocklists ***/ // user_pref("services.blocklist.onecrl.collection", ""); // revoked certificates // user_pref("services.blocklist.addons.collection", ""); @@ -1420,7 +1419,6 @@ 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", false); // controls "Site Data" UI visibility (FF53+) /*** 2800: SHUTDOWN [SETUP] You should set the values to what suits you best. Be aware that the settings below clear