0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00
LibreWolf/patches/librewolf-prefs.patch
2023-01-19 22:16:28 +00:00

19 lines
667 B
Diff

# LibreWolf librewolf-prefs.patch
#
# Author: Malte Jürgens <maltejur@dismail.de>
# Description: Add custom LibreWolf pref defaults
# Last Updated: 2023-01-18
# 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.firefoxView.hideTabPickup", false);
+pref("librewolf.firefoxView.hideColorways", true);
+pref("librewolf.uBO.assetsBootstrapLocation", "");
+pref("librewolf.aboutMenu.checkVersion", false);
+pref("librewolf.hidePasswdmgr", false);
+