зеркало из https://github.com/mozilla/pjs.git
proxy.ssl.connect pref should be always set to true; a=gagan
This commit is contained in:
Родитель
0291aea770
Коммит
06bc8d6e48
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче