Closed
Bug 284268
Opened 20 years ago
Closed 20 years ago
bypass proxy for code doesn't resolve hostnames to match against IP addresses rules.
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 284270
People
(Reporter: teilo+bugzilla, Assigned: darin.moz)
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.
Reporter | ||
Comment 1•20 years ago
|
||
sorry for duplicate...
*** This bug has been marked as a duplicate of 284270 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•