henry pushed to branch tor-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: fd8a46ee by Henry Wilkes at 2026-08-18T16:52:28+02:00 fixup! Firefox preference overrides. BB 45214: Disable megalist (contextual password manager). - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -55,6 +55,9 @@ pref("permissions.memory_only", true); pref("security.nocertdb", true); pref("media.aboutwebrtc.hist.enabled", false); +// tor-browser#45214: Disable the megalist (contextual password manager). +pref("browser.contextual-password-manager.enabled", false); + // Disk Activity // Disable auto-downloading to ~/Downloads and other download tweaks to minimize View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fd8a46ee... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fd8a46ee... 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)
-
henry (@henry)