blob: 78ce023448597ab4296c4e3ac8fae13655f3959c [file] [log] [blame]
function FindProxyForURL(url, host) {
if (dnsDomainIs(host, '.wpt.test')) {
return "PROXY 127.0.0.1:{{ports[http][0]}}"
}
return "DIRECT";
}