blob: f742081f8dd4a9cdf0be425d0ce5ba28e83c129c [file]
function FindProxyForURL(url, host) {
return "PROXY " + host + ":99";
}