Files
Kmake/test/fixtures/wpt/common/proxy-all.sub.pac
2026-05-26 23:36:42 -07:00

4 lines
87 B
JavaScript

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