commit | c43b26d02eaa103756c250e8d36829d388c5f3be | [log] [tgz] |
---|---|---|
author | Weii Wang <weii.wang@canonical.com> | Thu Feb 29 04:15:52 2024 +0800 |
committer | GitHub <noreply@github.com> | Wed Feb 28 12:15:52 2024 -0800 |
tree | 035e743458a83d1bb135b5ed078b38ad7dfaaf05 | |
parent | 6c1c94dc517b77afcebb25436a4b7b0d13b6eb4d [diff] |
gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210) Use of a proxy is intended to defer DNS for the hosts to the proxy itself, rather than a potential for information leak of the host doing DNS resolution itself for any reason. Proxy bypass lists are strictly name based. Most implementations of proxy support agree.