0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-18 10:22:30 -05:00
LibreWolf/patches/librewolf-prefs.patch

22 lines
768 B
Diff
Raw Normal View History

2023-01-19 00:07:26 +01:00
# 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.
2022-10-23 11:09:51 +02:00
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -21,0 +21,5 @@
2022-10-23 11:09:51 +02:00
+
+pref("librewolf.firefoxView.hideTabPickup", false);
+pref("librewolf.firefoxView.hideColorways", true);
2023-01-19 22:16:28 +00:00
+pref("librewolf.uBO.assetsBootstrapLocation", "");
2022-10-23 11:09:51 +02:00
+pref("librewolf.aboutMenu.checkVersion", false);
+pref("librewolf.hidePasswdmgr", false);
2023-10-03 22:22:55 +00:00
+pref("librewolf.debugger.force_detach", false);
+pref("librewolf.console.logging_disabled", false);
2022-10-23 11:09:51 +02:00
+