Richard Pospesel pushed to branch tor-browser-102.6.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
eac505b2
by Dan Ballard at 2023-01-12T20:06:58+00:00
1 changed file:
Changes:
| ... | ... | @@ -80,6 +80,9 @@ pref("security.ssl3.ecdhe_rsa_aes_256_sha", false, locked); |
| 80 | 80 | pref("security.ssl3.rsa_aes_128_sha", false, locked);
|
| 81 | 81 | pref("security.ssl3.rsa_aes_256_sha", false, locked);
|
| 82 | 82 | |
| 83 | +// Wrapping a static pref to lock it and prevent changing.
|
|
| 84 | +// See tor-browser#40565.
|
|
| 85 | +pref("security.tls.version.enable-deprecated", false, locked);
|
|
| 83 | 86 | |
| 84 | 87 | // Misc privacy: Remote
|
| 85 | 88 | pref("browser.send_pings", false);
|