mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 19:38:13 +00:00
proxy.ssl.connect pref should be always set to true; a=gagan
This commit is contained in:
parent
28649fcc5b
commit
d905b23b6b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user