[tor-commits] [torbirdy/master] Update SSL preference for Thunderbird 23 (thanks to Karsten N.)
sukhbir at torproject.org
sukhbir at torproject.org
Sat Aug 3 05:41:30 UTC 2013
commit 0a17dc1f50c69cf92d43a144887b5c87b923045d
Author: Sukhbir Singh <sukhbir at 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:minVersion>3.0</em:minVersion>
- <em:maxVersion>17.*</em:maxVersion>
+ <em:maxVersion>23.*</em:maxVersion>
</Description>
</em:targetApplication>
More information about the tor-commits
mailing list