Pier Angelo Vendrame pushed to branch mullvad-browser-153.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser Commits: 01b97e0c by Pier Angelo Vendrame at 2026-07-20T11:53:19+02:00 fixup! Firefox preference overrides. BB 45110: Disable the settings redesign until we feel it's ready for us. - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -230,6 +230,10 @@ pref("browser.urlbar.update2.engineAliasRefresh", false); // https://bugzilla.mozilla.org/show_bug.cgi?id=1915280 pref("browser.uitour.enabled", false); +// tor-browser#45110: Disable unified settings until we have migrated all our +// settings and have applied our desired changes to upstream new designs. +pref("browser.settings-redesign.enabled", false); + // Make sure Unified Telemetry is really disabled, see: #18738. pref("toolkit.telemetry.unified", false); // This needs to be locked, or nightly builds will automatically lock it to true View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/01b9... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/01b9... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)