0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00
LibreWolf/patches/librewolf-prefs.patch

20 lines
663 B
Diff
Raw Permalink Normal View History

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
@@ -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);
+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
+