[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [torbirdy/master] Update SSL preference for Thunderbird 23 (thanks to Karsten N.)



commit 0a17dc1f50c69cf92d43a144887b5c87b923045d
Author: Sukhbir Singh <sukhbir@xxxxxxxxxxxxxx>
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>
 

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits