tor-browser

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

commit 2d297ea719083bd70985ee1ed3dccfad144621b8
parent e6b00e38d95a3db7b7356e644d6adab8c71a5db0
Author: Erik Nordin <enordin@mozilla.com>
Date:   Mon,  8 Dec 2025 22:57:28 +0000

Bug 1836451 - List about:translations in about:about r=translations-reviewers,gregtatum

This patch ensures that the about:translations page is
listed in about:about. This is a requirement for the
eventual relese of the about:translations page.

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

Diffstat:
Mdocshell/base/nsAboutRedirector.cpp | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp @@ -223,8 +223,7 @@ static const RedirEntry kRedirMap[] = { nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::URI_MUST_LOAD_IN_CHILD | - nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS | - nsIAboutModule::HIDE_FROM_ABOUTABOUT}, + nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS}, #endif {"url-classifier", "chrome://global/content/aboutUrlClassifier.xhtml", nsIAboutModule::ALLOW_SCRIPT},