We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831b0f6 commit d30bcf4Copy full SHA for d30bcf4
src/components/https-everywhere.js
@@ -182,11 +182,6 @@ function HTTPSEverywhere() {
182
this.httpNowhereEnabled = this.prefs.getBoolPref("http_nowhere.enabled");
183
this.isMobile = this.doMobileCheck();
184
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
-
190
// We need to use observers instead of categories for FF3.0 for these:
191
// https://developer.mozilla.org/en/Observer_Notifications
192
// https://developer.mozilla.org/en/nsIObserverService.
0 commit comments