mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1425196 - Turn on the TLS1.3 early-data. r=mcmanus
This commit is contained in:
parent
2b76618a43
commit
058c245d53
@ -1776,7 +1776,7 @@ pref("network.http.altsvc.enabled", true);
|
||||
pref("network.http.altsvc.oe", true);
|
||||
|
||||
// Turn on 0RTT data for TLS 1.3
|
||||
pref("security.tls.enable_0rtt_data", false);
|
||||
pref("security.tls.enable_0rtt_data", true);
|
||||
|
||||
// the origin extension impacts h2 coalescing
|
||||
pref("network.http.originextension", true);
|
||||
|
Loading…
Reference in New Issue
Block a user