Comment #18 on issue 2764 by ejohnson0547: Implement custom PAC support  
leveraging V8
http://code.google.com/p/chromium/issues/detail?id=2764

I have been following and waiting for this bug to get fixed, but  
unfortunately it is
still not fixed for me.
I am running the latest Dev version of Google Chrome 2.0.173.1.

My pac file is very simple which works fine for both IE and Firefox.
It simply returns both the proxy server:port AND Direct.
That way it works at home and the office without any elaborate code needed.
Below is my entire pac file:


function FindProxyForURL(url, host)
{
     return "PROXY proxyserver:8080; DIRECT";
}


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to