tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit f8477b1c10c159fc7934761c09db178b227701a1
parent fdebe325b1d13e571fb210622c28862cb46be6b7
Author: PhuongNam2408 <phuongnamnguyen240@gmail.com>
Date:   Mon, 13 Oct 2025 13:39:58 +0000

Bug 1968398 - Remove HIDE_FROM_ABOUTABOUT flag from firefoxview to display the about:firefoxview option when enter about:about in the URL bar. r=jsudiaman

Differential Revision: https://phabricator.services.mozilla.com/D267506

Diffstat:
Mbrowser/components/about/AboutRedirector.cpp | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/browser/components/about/AboutRedirector.cpp b/browser/components/about/AboutRedirector.cpp @@ -76,8 +76,7 @@ static const RedirEntry kRedirMap[] = { nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::IS_SECURE_CHROME_UI}, {"firefoxview", "chrome://browser/content/firefoxview/firefoxview.html", - nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI | - nsIAboutModule::HIDE_FROM_ABOUTABOUT}, + nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI}, {"policies", "chrome://browser/content/policies/aboutPolicies.html", nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI}, {"privatebrowsing", "chrome://browser/content/aboutPrivateBrowsing.html",