Source code
Revision control
Copy as Markdown
Other Tools
function FindProxyForURL(url, host) {
if (dnsDomainIs(host, '.wpt.test')) {
return "PROXY 127.0.0.1:{{ports[http][0]}}"
}
return "DIRECT";
}
function FindProxyForURL(url, host) {
if (dnsDomainIs(host, '.wpt.test')) {
return "PROXY 127.0.0.1:{{ports[http][0]}}"
}
return "DIRECT";
}