trisquel-icecat/icecat/testing/web-platform/tests/common/proxy-all.sub.pac

3 lines
87 B
JavaScript

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