We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The user-agent string used by pip includes things such as cpu, os, os version, etc, that my network admins would prefer not be shared.
Adding an option to pip.conf to disable linehaul metadata in the user-agent string.
n/a
The text was updated successfully, but these errors were encountered:
I'm not against this (or for it), but FYI, this information leaks regardless, by looking at what wheel and wheel metadata the pip session downloads.
Sorry, something went wrong.
No branches or pull requests
What's the problem this feature will solve?
The user-agent string used by pip includes things such as cpu, os, os version, etc, that my network admins would prefer not be shared.
Describe the solution you'd like
Adding an option to pip.conf to disable linehaul metadata in the user-agent string.
Alternative Solutions
n/a
Additional context
n/a
Code of Conduct
The text was updated successfully, but these errors were encountered: