update .cfg for phaseout of policies
This commit is contained in:
parent
284d439588
commit
cb044949d8
1 changed files with 4 additions and 2 deletions
|
|
@ -78,6 +78,9 @@ lockPref("general.config.filename", "librewolf.cfg");
|
||||||
//
|
//
|
||||||
// ============================================================================================================================================
|
// ============================================================================================================================================
|
||||||
|
|
||||||
|
//to disable dev tools
|
||||||
|
// search for devtools.*.enabled in about:config
|
||||||
|
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
// Section : User Settings
|
// Section : User Settings
|
||||||
// Bench Diff : +0/5000
|
// 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.
|
// After other settings, this does not send any data to search.
|
||||||
|
|
||||||
// Pref : Disable Firefox Account
|
// Pref : Disable Firefox Account
|
||||||
//lockPref("identity.fxaccounts.enabled", false); //Deprecated Active
|
lockPref("identity.fxaccounts.enabled", false);
|
||||||
// Already disabled in policies.json
|
|
||||||
|
|
||||||
// Pref : 2609: disable MathML (Mathematical Markup Language) (FF51+)
|
// Pref : 2609: disable MathML (Mathematical Markup Language) (FF51+)
|
||||||
// [TEST] http://browserspy.dk/mathml.php
|
// [TEST] http://browserspy.dk/mathml.php
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue