Commit 8d218fc4 authored by brizental's avatar brizental
Browse files

fixup! BB 45171: Disable split view.

Bug 44431: Disable about:opentabs
parent 56c0e22d
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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},
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ pages = [
    'manual',
    'messagepreview',
    'newtab',
    'opentabs',
    # Removed 'opentabs'. tor-browser#44431.
    'policies',
    'preferences',
    'privatebrowsing',