$OpenBSD$ index d3fcee1..73d91ae 100644 --- netwerk/base/public/security-prefs.js.orig Fri Feb 20 15:40:37 2015 +++ netwerk/base/public/security-prefs.js Fri Feb 20 15:40:37 2015 @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -pref("security.tls.version.min", 0); +pref("security.tls.version.min", 1); pref("security.tls.version.max", 3); pref("security.ssl.allow_unrestricted_renego_everywhere__temporarily_available_pref", false); @@ -56,3 +56,7 @@ pref("security.OCSP.require", false); pref("security.OCSP.GET.enabled", false); pref("security.use_mozillapkix_verification", true); + +// If set to true, disables sending SSL3 Session IDs and TLS Session Tickets, +// to prevent session tracking: +pref("security.ssl.disable_session_identifiers", false);