commit 0a17dc1f50c69cf92d43a144887b5c87b923045d Author: Sukhbir Singh sukhbir@torproject.org Date: Sat Aug 3 01:41:22 2013 -0400
Update SSL preference for Thunderbird 23 (thanks to Karsten N.) --- components/torbirdy.js | 2 ++ install.rdf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/components/torbirdy.js b/components/torbirdy.js index 0d9e6e3..8907106 100644 --- a/components/torbirdy.js +++ b/components/torbirdy.js @@ -110,6 +110,8 @@ const TORBIRDYPREFS = { // Enable SSL3? // We do not want to enable a known weak protocol; users should use only use TLS "security.enable_ssl3": false, + // Thunderbird 23.0 uses the following preference. + "security.tls.version.min": 1, // Display a dialog warning the user when entering an insecure site from a secure one. "security.warn_entering_weak": true, // Display a dialog warning the user when submtting a form to an insecure site. diff --git a/install.rdf b/install.rdf index c6e8c2b..8a65eb2 100644 --- a/install.rdf +++ b/install.rdf @@ -13,7 +13,7 @@ <Description> em:id{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> em:minVersion3.0</em:minVersion> - em:maxVersion17.*</em:maxVersion> + em:maxVersion23.*</em:maxVersion> </Description> </em:targetApplication>
tor-commits@lists.torproject.org