node/test/fixtures/wpt/common/proxy-all.sub.pac

4 lines
87 B
JavaScript

function FindProxyForURL(url, host) {
return "PROXY {{host}}:{{ports[http][0]}}"
}