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
1 changed file:
Changes:
| ... | ... | @@ -55,6 +55,9 @@ pref("permissions.memory_only", true); |
| 55 | 55 | pref("security.nocertdb", true);
|
| 56 | 56 | pref("media.aboutwebrtc.hist.enabled", false);
|
| 57 | 57 | |
| 58 | +// tor-browser#45214: Disable the megalist (contextual password manager).
|
|
| 59 | +pref("browser.contextual-password-manager.enabled", false);
|
|
| 60 | + |
|
| 58 | 61 | // Disk Activity
|
| 59 | 62 | |
| 60 | 63 | // Disable auto-downloading to ~/Downloads and other download tweaks to minimize
|