Closed
Bug 1522127
Opened 7 years ago
Closed 7 years ago
CIDR notation does not work for no_proxy environment variable
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 496718
People
(Reporter: eraserix, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
Ubuntu 18.04, Firefox 64, Firefox is set to use system proxy.
Proxy configured through environment variables:
http_proxy="http://proxy.company.org:8080"
no_proxy="127.0.0.0/8"
Actual results:
Trying to access 127.0.0.1 will go through the proxy server, which fails.
Expected results:
When writing the same settings in "network settings -> proxy access to internet", the no_proxy statement 127.0.0.0/8 works as expected and the request is sent to localhost.
Updated•7 years ago
|
Component: Untriaged → Networking
Product: Firefox → Core
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•