Sign in
android
/
platform
/
external
/
autotest
/
d7ce67b29de5f8cfb54857458c6863ecb6ff5824
/
.
/
client
/
cros
/
enterprise
/
proxy_test.pac
blob: e98d2b9192b5b03806a3d216bf72ddce2b766649 [
file
] [
log
] [
blame
]
function
FindProxyForURL
(
url
,
host
)
{
return
"PROXY localhost:3128"
;
}