Skip to content
Permalink
Browse files
Revert "TB5: Disable SSL Session ID tracking."
This reverts commit 378def2.
  • Loading branch information
arthuredelstein committed Sep 3, 2014
1 parent 272c9d7 commit 286441260352495c471efa84a6091a319bbb6bd8
Showing with 1 addition and 1 deletion.
  1. +1 −1 security/nss/lib/ssl/sslsock.c
@@ -65,7 +65,7 @@ static sslOptions ssl_defaults = {
PR_FALSE, /* enableSSL2 */ /* now defaults to off in NSS 3.13 */
PR_FALSE, /* unusedBit9 */
PR_FALSE, /* unusedBit10 */
PR_TRUE, /* noCache */
PR_FALSE, /* noCache */
PR_FALSE, /* fdx */
PR_FALSE, /* v2CompatibleHello */ /* now defaults to off in NSS 3.13 */
PR_TRUE, /* detectRollBack */

0 comments on commit 2864412

Please sign in to comment.