0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-21 21:23:08 -05:00
LibreWolf/patches/librewolf-prefs.patch
2023-10-30 20:59:31 +01:00

19 lines
663 B
Diff

# LibreWolf librewolf-prefs.patch
#
# Author: Malte Jürgens <maltejur@dismail.de>
# 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);
+