Pier Angelo Vendrame pushed to branch base-browser-102.9.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits: ea93a41f by Pier Angelo Vendrame at 2023-03-22T15:22:35+00:00 fixup! Firefox preference overrides.
Bug 41689: Do not customize startup.homepage_override_url in Base Browser.
(cherry picked from commit eff20896dedc966b4162bfa098a6dc065faf30eb) - - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
===================================== browser/app/profile/001-base-profile.js ===================================== @@ -17,13 +17,6 @@ pref("startup.homepage_welcome_url.additional", ""); // Disable Firefox Welcome Dialog pref("browser.aboutwelcome.enabled", false);
-// Set a generic, default URL that will be opened in a tab after an update. -// Typically, this will not be used; instead, the <update> element within -// each update manifest should contain attributes similar to: -// actions="showURL" -// openURL="https://blog.torproject.org/tor-browser-55a2-released" -pref("startup.homepage_override_url", "https://blog.torproject.org/category/applications"); - // Bug 41668: allow users to apply updates. This is set also in firefox.js for // all platforms, except for Windows. As explained on firefox.js, Firefox uses a // per-installation preference on Windows. However, we patch this behavior, and
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ea93a41f...