1f34af54bcab917eb5943d1918f32d26364f45578Jason Monkfunction FindProxyForURL(url, host) { 2f34af54bcab917eb5943d1918f32d26364f45578Jason Monk return "PROXY success:80"; 3f34af54bcab917eb5943d1918f32d26364f45578Jason Monk} 4f34af54bcab917eb5943d1918f32d26364f45578Jason Monk 5f34af54bcab917eb5943d1918f32d26364f45578Jason Monk// We end the script with a comment (and no trailing newline). 6f34af54bcab917eb5943d1918f32d26364f45578Jason Monk// This used to cause problems, because internally ProxyResolverV8 7f34af54bcab917eb5943d1918f32d26364f45578Jason Monk// would append some functions to the script; the first line of 8f34af54bcab917eb5943d1918f32d26364f45578Jason Monk// those extra functions was being considered part of the comment.