Files
Kmake/test/fixtures/wpt/common/proxy-all.sub.pac

4 lines
87 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
function FindProxyForURL(url, host) {
return "PROXY {{host}}:{{ports[http][0]}}"
}