-
Notifications
You must be signed in to change notification settings - Fork 181
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
(#954) Enhance and clarify proxy bypass list documentation #958
(#954) Enhance and clarify proxy bypass list documentation #958
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the one question I had, which we may just need to make clearer, this is good.
607b9e9
to
d8432bc
Compare
d8432bc
to
1a5afdf
Compare
388ef68
to
f41229f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy with this. Can you make that one small change and we can merge?
f41229f
to
360f33c
Compare
Clarify that Chocolatey treats the proxy bypass settings as a comma separated list of regular expressions. Update information about certificates used It would seem that packages.chocolatey.org no longer uses the AddTrust certificate, and instead uses the same certificate that community.chocolatey.org uses. This updates the section speaking about these certificates to only include the GoDaddy root certificate. It also clarifies the prior remark about the Thumbnail being incorrect. The GoDaddy repository now lists the column as CHA256 Thumbnails, and it matches the thumbnail presented by Firefox.
Bring the proxy information over from Chocolatey CLI help changes.
The template option on the new command references the Chocolatey CLI build path instead of the default install location. This updates it to reflect the standard installation path.
360f33c
to
b273ffd
Compare
Thanks @corbob. I've rebased this and set it to auto-merge when checks are complete. |
Description Of Changes
Enhance and clarify the proxy bypass list settings.
Additionally clarify the root certificates needed as that data appeared to be outdated.
Motivation and Context
Need to be more clear that the bypass list is a regular expression list and not a globbing list.
Testing
Change Types Made
Change Checklist
Related Issue
Fixes #954