Skip to content
Permalink
Browse files
fixup! TB4 (security.disable_session_identifiers pref)
  • Loading branch information
arthuredelstein committed Sep 3, 2014
1 parent 2864412 commit d87d4fefae19d854f664dd3901176aeb39715af1
Showing with 1 addition and 0 deletions.
  1. +1 −0 browser/app/profile/000-tor-browser.js
@@ -124,6 +124,7 @@ pref("network.http.pipelining.reschedule-timeout", 15000);
pref("network.http.pipelining.read-timeout", 60000);
// Hacked pref: Now means "Attempt to pipeline at least this many requests together"
pref("network.http.pipelining.max-optimistic-requests", 3);
pref("security.disable_session_identifiers", true);

// Extension support
pref("extensions.autoDisableScopes", 0);

0 comments on commit d87d4fe

Please sign in to comment.