OpenGrok
Cross Reference: proxy_test.pac
xref
: /
external
/
autotest
/
venv
/
autotest_lib
/
client
/
cros
/
enterprise
/
proxy_test.pac
Home
|
History
|
Annotate
|
Download
|
only in
enterprise
1
function FindProxyForURL(url, host) {
2
return "PROXY localhost:3128";
3
}
4
5