mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
Revert "patching a file that does not exist anymore"
This reverts commit ba6b470796
.
This commit is contained in:
parent
535941dd29
commit
6c36676c88
2 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,7 @@ patches/sed-patches/allow-searchengines-non-esr.patch
|
||||||
patches/sed-patches/disable-pocket.patch
|
patches/sed-patches/disable-pocket.patch
|
||||||
patches/sed-patches/stop-undesired-requests.patch
|
patches/sed-patches/stop-undesired-requests.patch
|
||||||
patches/ui-patches/firefox-view.patch
|
patches/ui-patches/firefox-view.patch
|
||||||
|
patches/ui-patches/handlers.patch
|
||||||
patches/ui-patches/hide-default-browser.patch
|
patches/ui-patches/hide-default-browser.patch
|
||||||
patches/ui-patches/lw-logo-devtools.patch
|
patches/ui-patches/lw-logo-devtools.patch
|
||||||
patches/ui-patches/pref-naming.patch
|
patches/ui-patches/pref-naming.patch
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- a/uriloader/exthandler/HandlerList.jsm
|
--- a/uriloader/exthandler/HandlerList.sys.mjs
|
||||||
+++ b/uriloader/exthandler/HandlerList.jsm
|
+++ b/uriloader/exthandler/HandlerList.sys.mjs
|
||||||
@@ -13,228 +13,7 @@ this.kHandlerList = {
|
@@ -13,228 +13,7 @@ this.kHandlerList = {
|
||||||
schemes: {
|
schemes: {
|
||||||
mailto: {
|
mailto: {
|
||||||
|
|
Loading…
Reference in a new issue