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