Bug 1425196 - Turn on the TLS1.3 early-data. r=mcmanus

This commit is contained in:
Dragana Damjanovic dd.mozilla@gmail.com 2017-12-15 18:48:07 +01:00
Родитель 2b76618a43
Коммит 058c245d53
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);