blob: a7c430fd35d8286caa67b930b1242c619f042b9b [file] [log] [blame]
function FindProxyForURL(url, host) {
return "direct".toUpperCase();
}