xref
: /
external
/
autotest
/
client
/
cros
/
enterprise
/
proxy_test.pac
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
function FindProxyForURL(url, host) {
2
return "PROXY localhost:3128";
3
}
4
5