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