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