aboutsummaryrefslogtreecommitdiff
path: root/settings/librewolf.cfg
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-07-03 18:41:13 -0500
committerBeatLink <beatlink@protonmail.com>2019-07-03 18:41:13 -0500
commit4a107221841a24c56f99bfb44cf8fe5617bad7a4 (patch)
tree8335d703294284104a56b5dc7af7a3791be0bd8d /settings/librewolf.cfg
parentfix script (diff)
downloadlibrewolf-linux-4a107221841a24c56f99bfb44cf8fe5617bad7a4.tar.gz
librewolf-linux-4a107221841a24c56f99bfb44cf8fe5617bad7a4.tar.bz2
librewolf-linux-4a107221841a24c56f99bfb44cf8fe5617bad7a4.zip
Restore Previous settings
Diffstat (limited to 'settings/librewolf.cfg')
-rw-r--r--settings/librewolf.cfg6
1 files changed, 2 insertions, 4 deletions
diff --git a/settings/librewolf.cfg b/settings/librewolf.cfg
index 718a26e..453b5e8 100644
--- a/settings/librewolf.cfg
+++ b/settings/librewolf.cfg
@@ -78,9 +78,6 @@ lockPref("general.config.filename", "librewolf.cfg");
//
// ============================================================================================================================================
-//to disable dev tools
-// search for devtools.*.enabled in about:config
-
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// Section : User Settings
// Bench Diff : +0/5000
@@ -2651,7 +2648,8 @@ lockPref("browser.pagethumbnails.capturing_disabled", true);
// After other settings, this does not send any data to search.
// Pref : Disable Firefox Account
-lockPref("identity.fxaccounts.enabled", false);
+//lockPref("identity.fxaccounts.enabled", false); //Deprecated Active
+// Already disabled in policies.json
// Pref : 2609: disable MathML (Mathematical Markup Language) (FF51+)
// [TEST] http://browserspy.dk/mathml.php
bgstack15