commit c8476873355bef7040b446143ef15672c84688a9
Author: Sukhbir Singh <sukhbir(a)torproject.org>
Date: Wed Oct 22 16:18:25 2014 +0530
Fix typo in preferences.patch
---
projects/instantbird/preferences.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/preferences.patch b/projects/instantbird/preferences.patch
index 2de5586..c681674 100644
--- a/projects/instantbird/preferences.patch
+++ b/projects/instantbird/preferences.patch
@@ -75,7 +75,7 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird.
+// Disable SSLv3 by setting the minimum supported protocol to TLS 1.0.
+pref("security.tls.version.min", 1);
+// Disable geolocation
-+pref("geo.enabled", false),
++pref("geo.enabled", false);
+// Empty the user agent
+pref("general.useragent.extra.instantbird", "");
+