brizental pushed to branch tor-browser-153.2.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 8d218fc4 by Beatriz Rizental at 2026-09-03T09:41:20-03:00 fixup! BB 45171: Disable split view. Bug 44431: Disable about:opentabs - - - - - 2 changed files: - browser/components/about/AboutRedirector.cpp - browser/components/about/components.conf Changes: ===================================== browser/components/about/AboutRedirector.cpp ===================================== @@ -102,9 +102,12 @@ static const RedirEntry kRedirMap[] = { nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS | nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::IS_SECURE_CHROME_UI}, +// Drop about:opentabs. tor-browser#44431. +#ifndef BASE_BROWSER_VERSION {"opentabs", "chrome://browser/content/tabbrowser/opentabs.html", nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI | nsIAboutModule::HIDE_FROM_ABOUTABOUT}, +#endif {"policies", "chrome://browser/content/policies/aboutPolicies.html", nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI}, {"privatebrowsing", "about:blank", BASE_BROWSER_HOME_PAGE_FLAGS}, ===================================== browser/components/about/components.conf ===================================== @@ -16,7 +16,7 @@ pages = [ 'manual', 'messagepreview', 'newtab', - 'opentabs', + # Removed 'opentabs'. tor-browser#44431. 'policies', 'preferences', 'privatebrowsing', View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8d218fc4... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8d218fc4... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
brizental (@brizental)