Files
IronFox/patches/expose-aboutconfig.patch
2025-06-28 21:39:18 -04:00

16 lines
656 B
Diff

diff --git a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp
index df5658c723..65073f6215 100644
--- a/docshell/base/nsAboutRedirector.cpp
+++ b/docshell/base/nsAboutRedirector.cpp
@@ -101,8 +101,8 @@ 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},
+// nsIAboutModule::HIDE_FROM_ABOUTABOUT},
#endif
#ifdef MOZ_CRASHREPORTER
{"crashes", "chrome://global/content/crashes.html",