mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 713023 - Websockets: don't prefer SOCKS to HTTP proxy until bug 449251 is fixed. r=biesi
This commit is contained in:
parent
839b82158f
commit
40a4ffa542
@ -2312,7 +2312,6 @@ WebSocketChannel::AsyncOpen(nsIURI *aURI,
|
||||
rv = io2->NewChannelFromURIWithProxyFlags(
|
||||
localURI,
|
||||
mURI,
|
||||
nsIProtocolProxyService::RESOLVE_PREFER_SOCKS_PROXY |
|
||||
nsIProtocolProxyService::RESOLVE_PREFER_HTTPS_PROXY |
|
||||
nsIProtocolProxyService::RESOLVE_ALWAYS_TUNNEL,
|
||||
getter_AddRefs(localChannel));
|
||||
|
Loading…
Reference in New Issue
Block a user