fix #1147
This commit is contained in:
@@ -126,7 +126,7 @@ class Browser
|
|||||||
def merge_request_params(params = {})
|
def merge_request_params(params = {})
|
||||||
if @proxy
|
if @proxy
|
||||||
params.merge!(proxy: @proxy)
|
params.merge!(proxy: @proxy)
|
||||||
params.merge!(proxyauth: @proxy_auth) if @proxy_auth
|
params.merge!(proxyuserpwd: @proxy_auth) if @proxy_auth
|
||||||
end
|
end
|
||||||
|
|
||||||
if @basic_auth
|
if @basic_auth
|
||||||
|
|||||||
Reference in New Issue
Block a user