aboutsummaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-07-01 03:53:43 -0500
committerBeatLink <beatlink@protonmail.com>2019-07-01 03:53:43 -0500
commitcb044949d8fc76f90fd574f4ff9f4ed8b0be3408 (patch)
tree290d624981b87e2e983170cc236cc91c19fc5398 /settings
parentRemove policies.json as it is being merged into librewolf.cfg (diff)
downloadlibrewolf-linux-cb044949d8fc76f90fd574f4ff9f4ed8b0be3408.tar.gz
librewolf-linux-cb044949d8fc76f90fd574f4ff9f4ed8b0be3408.tar.bz2
librewolf-linux-cb044949d8fc76f90fd574f4ff9f4ed8b0be3408.zip
update .cfg for phaseout of policies
Diffstat (limited to 'settings')
-rw-r--r--settings/librewolf.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/settings/librewolf.cfg b/settings/librewolf.cfg
index 453b5e8..718a26e 100644
--- a/settings/librewolf.cfg
+++ b/settings/librewolf.cfg
@@ -78,6 +78,9 @@ lockPref("general.config.filename", "librewolf.cfg");
//
// ============================================================================================================================================
+//to disable dev tools
+// search for devtools.*.enabled in about:config
+
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// Section : User Settings
// Bench Diff : +0/5000
@@ -2648,8 +2651,7 @@ 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); //Deprecated Active
-// Already disabled in policies.json
+lockPref("identity.fxaccounts.enabled", false);
// Pref : 2609: disable MathML (Mathematical Markup Language) (FF51+)
// [TEST] http://browserspy.dk/mathml.php
bgstack15