# LibreWolf librewolf-prefs.patch # # Author: Malte Jürgens # Description: Add custom LibreWolf pref defaults # Last Updated: 2023-10-30 # License: MPL 2.0 # # The purpose of this patch is to show the defaults of our custom prefs # in `about:config`, making it easier to change them. --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -21,0 +21,5 @@ + +pref("librewolf.uBO.assetsBootstrapLocation", ""); +pref("librewolf.aboutMenu.checkVersion", false); +pref("librewolf.hidePasswdmgr", false); +pref("librewolf.debugger.force_detach", false); +pref("librewolf.console.logging_disabled", false); +