mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-06-11 09:44:46 -04:00
29 lines
1005 B
Diff
29 lines
1005 B
Diff
From 86f552f16db1ac0aab830fe6b6ce4c360242a3ac Mon Sep 17 00:00:00 2001
|
|
From: Akash Yadav <itsaky01@gmail.com>
|
|
Date: Mon, 28 Apr 2025 11:12:12 +0530
|
|
Subject: [PATCH] fix(patches): update 'expose-aboutconfig.patch' for
|
|
'FIREFOX_138_0_BUILD1'
|
|
|
|
Signed-off-by: Akash Yadav <itsaky01@gmail.com>
|
|
---
|
|
docshell/base/nsAboutRedirector.cpp | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp
|
|
index e95ff966b3..d8b92dc9e1 100644
|
|
--- a/docshell/base/nsAboutRedirector.cpp
|
|
+++ b/docshell/base/nsAboutRedirector.cpp
|
|
@@ -101,8 +101,7 @@ static const RedirEntry kRedirMap[] = {
|
|
nsIAboutModule::IS_SECURE_CHROME_UI},
|
|
#else
|
|
{"config", "chrome://geckoview/content/config.xhtml",
|
|
- nsIAboutModule::IS_SECURE_CHROME_UI |
|
|
- nsIAboutModule::HIDE_FROM_ABOUTABOUT},
|
|
+ nsIAboutModule::IS_SECURE_CHROME_UI},
|
|
#endif
|
|
#ifdef MOZ_CRASHREPORTER
|
|
{"crashes", "chrome://global/content/crashes.html",
|
|
--
|
|
2.49.0
|
|
|