summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/common/proxy-all.sub.pac
blob: de601e5d7020e0107e77d91d77716e2e1c6fac23 (plain)
1
2
3
function FindProxyForURL(url, host) {
    return "PROXY {{host}}:{{ports[http][0]}}"
}