blob: 43a04da7c8c8d1524c7145dae6ce64343bcc41f1 [file] [log] [blame]
function FindProxyForURL(url, host) {
return "DIRECT";
}