-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Consider changing URLs to https in docs #91838
Comments
AFAIK many URLs were converted to HTTPS several years ago. These that left are URLs which do not work with HTTPS or redirect to HTTP. Things could changed since and more URLs could be now converted to HTTPS, but you should test that it is a canonical representation. Not only that the HTTPS equivalent is reachable, but that it is not a redirection to HTTP. |
What would be the concern if links converted to https redirects to http? |
It does not have advantages over keeping the HTTP link, but it would mislead the user. @jean-abou-samra, if you are willing to open a PR for that, please go ahead, but test also that the replacements are meaningful. Otherwise I'll close this issue. |
Sorry, I got distracted by other things. Feel free to close the issue; it can be reopened if I get the time to prepare a PR.
… Le 31 juil. 2022 à 11:47, Serhiy Storchaka ***@***.***> a écrit :
It does not have advantages over keeping the HTTP link, but it would mislead the user.
@jean-abou-samra, if you are willing to open a PR for that, please go ahead, but test also that the replacements are meaningful. Otherwise I'll close this issue.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
…to HTTPS If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.
I already started a work for the most harmless changes. |
…PS (GH-95527) If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.
…direct to HTTPS (pythonGH-95527) If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.. (cherry picked from commit f79547a) Co-authored-by: Serhiy Storchaka <[email protected]>
…to HTTPS (pythonGH-95527) If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.
…direct to HTTPS (pythonGH-95527) If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.. (cherry picked from commit f79547a) Co-authored-by: Serhiy Storchaka <[email protected]>
… to HTTPS (GH-95527) (GH-95643) If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.. (cherry picked from commit f79547a) Co-authored-by: Serhiy Storchaka <[email protected]>
… to HTTPS (GH-95527) (GH-95644) If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.. (cherry picked from commit f79547a) Co-authored-by: Serhiy Storchaka <[email protected]>
It updates links which redirect to HTTPS with different authority or path.
It updates links which redirect to HTTPS with different authority or path.
…95642) It updates links which redirect to HTTPS with different authority or path. (cherry picked from commit d0d0154) Co-authored-by: Serhiy Storchaka <[email protected]>
…95642) It updates links which redirect to HTTPS with different authority or path. (cherry picked from commit d0d0154) Co-authored-by: Serhiy Storchaka <[email protected]>
It updates links which redirect to HTTPS with different authority or path. (cherry picked from commit d0d0154) Co-authored-by: Serhiy Storchaka <[email protected]>
It updates links which redirect to HTTPS with different authority or path. (cherry picked from commit d0d0154) Co-authored-by: Serhiy Storchaka <[email protected]>
…onGH-95650) (cherry picked from commit cc9160a) Co-authored-by: Serhiy Storchaka <[email protected]>
pythonGH-95650). (cherry picked from commit cc9160a) Co-authored-by: Serhiy Storchaka <[email protected]>
…95650). (GH-95786) (cherry picked from commit cc9160a) Co-authored-by: Serhiy Storchaka <[email protected]>
…H-95780) (cherry picked from commit cc9160a) Co-authored-by: Serhiy Storchaka <[email protected]>
Many URLs in the documentation are using the HTTP protocol:
A number of these could be converted to HTTPS. If this would be welcome, I am willing to open a PR for that, converting them with a script that checks if the HTTPS equivalent is reachable.
The text was updated successfully, but these errors were encountered: