Pier Angelo Vendrame pushed to branch tor-browser-102.6.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
2ec04e75
by Dan Ballard at 2023-01-12T12:53:35+00:00
1 changed file:
Changes:
... | ... | @@ -83,6 +83,9 @@ pref("security.ssl3.ecdhe_rsa_aes_256_sha", false, locked); |
83 | 83 | pref("security.ssl3.rsa_aes_128_sha", false, locked);
|
84 | 84 | pref("security.ssl3.rsa_aes_256_sha", false, locked);
|
85 | 85 | |
86 | +// Wrapping a static pref to lock it and prevent changing.
|
|
87 | +// See tor-browser#40565.
|
|
88 | +pref("security.tls.version.enable-deprecated", false, locked);
|
|
86 | 89 | |
87 | 90 | // Misc privacy: Remote
|
88 | 91 | pref("browser.send_pings", false);
|