Closed
Bug 284270
Opened 20 years ago
Closed 20 years ago
No proxy for: doesn't resolve hostnames to match against IP addresses
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 136789
People
(Reporter: teilo+bugzilla, Assigned: darin.moz)
References
Details
For a large site you want to bypass the proxy for all local addresses which can
be enabled with the following pref
network.proxy.no_proxies_on = localhost, 127.0.0.1, 172.20.0.0/16, 172.20.200.151
if you surf to a web page like http://172.20.12.122/foo.html then the proxy is
bypassed, but if testname resolves to the same address and you go to
http://testname/foo.html then the request goes via the server.
the name as well as the resolved IP address should be checked against the rules.
(Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050223
Firefox/1.0.1)
Reporter | ||
Comment 1•20 years ago
|
||
*** Bug 284268 has been marked as a duplicate of this bug. ***
Comment 2•20 years ago
|
||
the problem is of course that then mozilla would actually have to resolve that
hostname even if a proxy is configured...
*** This bug has been marked as a duplicate of 136789 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
V/dupe.
Status: RESOLVED → VERIFIED
Summary: bypass proxy for code doesn't resolve hostnames to match against IP addresses rules. → No proxy for: doesn't resolve hostnames to match against IP addresses
You need to log in
before you can comment on or make changes to this bug.
Description
•