cpython/Lib/urllib
Senthil Kumaran cde03fa038 [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110)
Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which
indicates that the script is in CGI mode.

Issue #27568 Reported and patch contributed by Rémi Rampin.
2016-07-30 23:51:13 -07:00
..
__init__.py
error.py
parse.py
request.py [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110) 2016-07-30 23:51:13 -07:00
response.py
robotparser.py