Loading browser/components/about/AboutRedirector.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -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}, Loading browser/components/about/components.conf +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ pages = [ 'manual', 'messagepreview', 'newtab', 'opentabs', # Removed 'opentabs'. tor-browser#44431. 'policies', 'preferences', 'privatebrowsing', Loading Loading
browser/components/about/AboutRedirector.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -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}, Loading
browser/components/about/components.conf +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ pages = [ 'manual', 'messagepreview', 'newtab', 'opentabs', # Removed 'opentabs'. tor-browser#44431. 'policies', 'preferences', 'privatebrowsing', Loading