Pier Angelo Vendrame pushed to branch tor-browser-145.0a1-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 71e2d90f by Pier Angelo Vendrame at 2025-11-26T07:30:42+01:00 fixup! BB 31575: Disable Firefox Home (Activity Stream) BB 44302: Add URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS to some about pages. - - - - - 1 changed file: - browser/components/about/AboutRedirector.cpp Changes: ===================================== browser/components/about/AboutRedirector.cpp ===================================== @@ -52,6 +52,7 @@ struct RedirEntry { static const uint32_t BASE_BROWSER_HOME_PAGE_FLAGS = nsIAboutModule::URI_MUST_LOAD_IN_CHILD | + nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS | nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI; View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/71e2d90f... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/71e2d90f... You're receiving this email because of your account on gitlab.torproject.org.