Bug 713023 - Websockets: don't prefer SOCKS to HTTP proxy until bug 449251 is fixed. r=biesi
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user