blob: 3824f8a211d2c37eab02f26e96cf69950f3aa54e [file] [log] [blame]
function FindProxyForURL(url, host) {
return {result: "PROXY foo"};
}