Update 'user.js (less connections)'

This commit is contained in:
Narsil 2020-10-15 11:28:58 -04:00
parent 9719ba372d
commit 87d91a7bf6
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ user_pref("browser.contentHandlers.types.3.uri", ""); // [FENNEC]
user_pref("network.tickle-wifi.enabled", false);
// -------------------------------------
// Pref : Disable SSL False Start for HTTPS/WebSockets/SPDY connections
https://bugzilla.mozilla.org/show_bug.cgi?id=658222
// https://bugzilla.mozilla.org/show_bug.cgi?id=658222
// Avoid the client to complete its handshake before starting the actual session
user_pref("security.ssl.enable_false_start", false);
//--------------------------------------