Closed Bug 60383 Opened 24 years ago Closed 24 years ago

proxy.pac

Categories

(Core :: Networking, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 53080

People

(Reporter: oliver, Assigned: matt)

Details

after using the autoconfiguration for proxy entry, the browser doesnt open any page, without any error-message I tried to use the proxy.pac file in vmware under windows nt, and all is fine, only in mozilla, my created proxy.pac does not work :( content of my proxy.pac: function FindProxyForURL(url, host) { if (isPlainHostName(host) || dnsDomainIs(host, ".orbit.net")) return "DIRECT"; else return "PROXY jupiter.orbit.net:3128; DIRECT"; }
dup, methinks. *** This bug has been marked as a duplicate of 53080 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Component: Preferences → Networking
QA Contact: sairuh → tever
Resolution: --- → DUPLICATE
Verified dupe.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.