Closed
Bug 61894
Opened 25 years ago
Closed 25 years ago
Proxy autoconfiguration will not load pages
Categories
(Core :: Networking: HTTP, defect, P3)
Tracking
()
People
(Reporter: davidalger, Assigned: darin.moz)
References
Details
Selecting Proxy Auto Configuration will not allow web pages to load when typing
in URL or selecting bookmark. A simple PAC file such as this one still causes
the problem:
function FindProxyForURL(url, host)
{
return "DIRECT";
}
To Duplicate:
Edit -> Preferences
Advanced -> Proxy
Select Auto Proxy Configuration
type in a proxy.pac file location
Click Reload
Click OK
Type in URL - Nothing Happens. Select Bookmarks, still nothing.
Return to Proxy Config and Select Direct Connection everything works
fine.
Comment 2•25 years ago
|
||
Proxy autoconfig isn't hooked up yet, because of security issues. You can
manually do it - see bug 53080 for details. Some autoconfig functions aren't
written yet though.
*** This bug has been marked as a duplicate of 53080 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•