brizental pushed to branch tor-browser-153.2.0esr-16.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
cba90d60
by Beatriz Rizental at 2026-09-09T13:59:16-03:00
1 changed file:
Changes:
| ... | ... | @@ -135,6 +135,9 @@ pref("extensions.torlauncher.tordatadir_path", ""); |
| 135 | 135 | pref("extensions.torlauncher.bridgedb_targets", "https://1723079976.rsc.cdn77.org|cdn.zk.mk+www.cdn77.com");
|
| 136 | 136 | pref("extensions.torlauncher.moat_service", "https://bridges.torproject.org/moat");
|
| 137 | 137 | |
| 138 | +// tor-browser#45237: Disable multiple profiles feature
|
|
| 139 | +pref("browser.profiles.enable", false);
|
|
| 140 | + |
|
| 138 | 141 | // Log levels
|
| 139 | 142 | pref("browser.new_identity.log_level", "Info");
|
| 140 | 143 | pref("browser.tor_provider.log_level", "Warn");
|