2023-01-18 18:07:26 -05:00
|
|
|
# LibreWolf librewolf-prefs.patch
|
|
|
|
#
|
|
|
|
# Author: Malte Jürgens <maltejur@dismail.de>
|
|
|
|
# Description: Add custom LibreWolf pref defaults
|
2023-10-30 14:59:31 -05:00
|
|
|
# Last Updated: 2023-10-30
|
2023-01-18 18:07:26 -05:00
|
|
|
# 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 04:09:51 -05:00
|
|
|
--- a/browser/app/profile/firefox.js
|
|
|
|
+++ b/browser/app/profile/firefox.js
|
2022-11-05 19:24:52 -05:00
|
|
|
@@ -21,0 +21,5 @@
|
2022-10-23 04:09:51 -05:00
|
|
|
+
|
2023-01-19 17:16:28 -05:00
|
|
|
+pref("librewolf.uBO.assetsBootstrapLocation", "");
|
2022-10-23 04:09:51 -05:00
|
|
|
+pref("librewolf.aboutMenu.checkVersion", false);
|
2022-11-05 19:24:52 -05:00
|
|
|
+pref("librewolf.hidePasswdmgr", false);
|
2023-10-03 17:22:55 -05:00
|
|
|
+pref("librewolf.debugger.force_detach", false);
|
|
|
|
+pref("librewolf.console.logging_disabled", false);
|
2022-10-23 04:09:51 -05:00
|
|
|
+
|