Skip to content

Commit

Permalink
Bug 13435: Remove our custom POODLE fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gk-tpo authored and Mike Perry committed Jan 9, 2015
1 parent 496b3f1 commit 0887229
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions browser/app/profile/000-tor-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ pref("media.audio_data.enabled", false);
// Enable TLS 1.1 and 1.2:
// https://trac.torproject.org/projects/tor/ticket/11253
pref("security.tls.version.max", 3);
// POODLE hotfix: Disable SSLv3
pref("security.tls.version.min", 1);

#ifdef TOR_BROWSER_VERSION
#expand pref("torbrowser.version", __TOR_BROWSER_VERSION__);
Expand Down

0 comments on commit 0887229

Please sign in to comment.