mirror of
https://codeberg.org/librewolf/source.git
synced 2025-02-22 12:05:40 -05:00
Roll patches/librewolf-prefs.patch into librewolf.cfg
This commit is contained in:
parent
1217edf361
commit
060d58a515
3 changed files with 1 additions and 21 deletions
|
@ -10,7 +10,6 @@ patches/flatpak-autoconf.patch
|
|||
patches/fullpage-translations-customization.patch
|
||||
patches/fullpage-translations.patch
|
||||
patches/hide-passwordmgr.patch
|
||||
patches/librewolf-prefs.patch
|
||||
patches/mozilla_dirs.patch
|
||||
patches/msix.patch
|
||||
patches/remove_addons.patch
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
# 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);
|
||||
+
|
2
settings
2
settings
|
@ -1 +1 @@
|
|||
Subproject commit 7dc0ed5482accf33f41e4fab51916fa6217d5ba3
|
||||
Subproject commit d206c6546a4ce8f69ced1d2b6b6c7faa2507a645
|
Loading…
Add table
Reference in a new issue