blob: e98d2b9192b5b03806a3d216bf72ddce2b766649 [file] [log] [blame]
function FindProxyForURL(url, host) {
return "PROXY localhost:3128";
}