Skip to content

Commit d30bcf4

Browse files
committed
Remove tls.version.min setting now that it is incorporated in mainline Firefox.
1 parent 831b0f6 commit d30bcf4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/https-everywhere.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,6 @@ function HTTPSEverywhere() {
182182
this.httpNowhereEnabled = this.prefs.getBoolPref("http_nowhere.enabled");
183183
this.isMobile = this.doMobileCheck();
184184

185-
// Disable SSLv3 to prevent POODLE attack.
186-
// https://www.imperialviolet.org/2014/10/14/poodle.html
187-
var root_prefs = this.get_prefs(PREFBRANCH_NONE);
188-
root_prefs.setIntPref("security.tls.version.min", 1);
189-
190185
// We need to use observers instead of categories for FF3.0 for these:
191186
// https://developer.mozilla.org/en/Observer_Notifications
192187
// https://developer.mozilla.org/en/nsIObserverService.

0 commit comments

Comments
 (0)