Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.9] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210) #116068

Merged
merged 1 commit into from
Mar 19, 2024

Commits on Feb 28, 2024

  1. pythongh-115197: Stop resolving host in urllib.request proxy bypass (p…

    …ythonGH-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.
    (cherry picked from commit c43b26d)
    
    Co-authored-by: Weii Wang <weii.wang@canonical.com>
    weiiwang01 authored and miss-islington committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9a84cfe View commit details
    Browse the repository at this point in the history