proxy.ssl.connect pref should be always set to true; a=gagan

This commit is contained in:
ruslan%netscape.com 2000-09-12 21:42:54 +00:00
Родитель 28649fcc5b
Коммит d905b23b6b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -273,7 +273,7 @@ pref("network.http.pipelining.firstrequest", false);
// Max number of requests in the pipeline
pref("network.http.pipelining.maxrequests" , 4);
pref("network.http.proxy.ssl.connect",false);
pref("network.http.proxy.ssl.connect",true);
// </ruslan>
// sspitzer: change this back to "news" when we get to beta.