[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-102.8.0esr-12.5-1] squash! Bug 31575: Disable Firefox Home (Activity Stream)
Richard Pospesel (@richard)
git at gitlab.torproject.org
Wed Feb 22 11:33:21 UTC 2023
Richard Pospesel pushed to branch tor-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
ee46b985 by Pier Angelo Vendrame at 2023-02-22T11:28:42+00:00
squash! Bug 31575: Disable Firefox Home (Activity Stream)
Bug 40144: Redirect about:privatebrowsing to the user's home
- - - - -
1 changed file:
- browser/components/about/AboutRedirector.cpp
Changes:
=====================================
browser/components/about/AboutRedirector.cpp
=====================================
@@ -82,7 +82,7 @@ static const RedirEntry kRedirMap[] = {
#endif
{"policies", "chrome://browser/content/policies/aboutPolicies.html",
nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI},
- {"privatebrowsing", "chrome://browser/content/aboutPrivateBrowsing.html",
+ {"privatebrowsing", "about:blank",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT |
nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS},
@@ -263,7 +263,8 @@ AboutRedirector::NewChannel(nsIURI* aURI, nsILoadInfo* aLoadInfo,
// enabled about:newtab. Disabled about:newtab page uses fallback.
if (path.EqualsLiteral("home") ||
(StaticPrefs::browser_newtabpage_enabled() &&
- path.EqualsLiteral("newtab"))) {
+ path.EqualsLiteral("newtab")) ||
+ path.EqualsLiteral("privatebrowsing")) {
nsCOMPtr<nsIAboutNewTabService> aboutNewTabService =
do_GetService("@mozilla.org/browser/aboutnewtab-service;1", &rv);
NS_ENSURE_SUCCESS(rv, rv);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ee46b98522c555acc7bb796a0abac3f82d339c7d
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ee46b98522c555acc7bb796a0abac3f82d339c7d
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230222/527e5cba/attachment-0001.htm>
More information about the tor-commits
mailing list