unplugged-system/external/autotest/client/cros/enterprise/proxy_test.pac

5 lines
74 B
Plaintext
Raw Normal View History

function FindProxyForURL(url, host) {
return "PROXY localhost:3128";
}