mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
68e83901f3
PR-URL: https://github.com/nodejs/node/pull/46912 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
function FindProxyForURL(url, host) {
|
|
return "PROXY {{host}}:{{ports[http][0]}}"
|
|
}
|