Closed Bug 48586 Opened 24 years ago Closed 24 years ago

Proxy Autoconfig not working

Categories

(Core :: Networking, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 48584

People

(Reporter: sanderson, Assigned: gagan)

Details

The following PAC file does not work. Mozilla doesn't seem to react to page
requests at all when autoconfig is turned on.

As a side issue, I have to open preferences and reset the proxy to manual config
*every* time I start Mozilla. It reverts to Auto upon close or some reason.


function FindProxyForURL(url, host)
{

if (isInNet(host, "10.0.0.0", "255.0.0.0"))

return "DIRECT";

if (isInNet(host, "127.0.0.1", "255.255.255.255"))

return "DIRECT";

return "PROXY fw.ttm.com:80";
}
Dupe

*** This bug has been marked as a duplicate of 48584 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified duplicate.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.