mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.10] gh-91838: Use HTTPS links in docs for resources which redirect 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 f79547a429)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
c5916a034a
commit
54d4b4d992
38 changed files with 68 additions and 68 deletions
8
.github/CONTRIBUTING.rst
vendored
8
.github/CONTRIBUTING.rst
vendored
|
|
@ -6,19 +6,19 @@ Build Status
|
|||
|
||||
- master
|
||||
|
||||
+ `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_
|
||||
+ `Stable buildbots <https://buildbot.python.org/3.x.stable/>`_
|
||||
|
||||
- 3.9
|
||||
|
||||
+ `Stable buildbots <http://buildbot.python.org/3.9.stable/>`_
|
||||
+ `Stable buildbots <https://buildbot.python.org/3.9.stable/>`_
|
||||
|
||||
- 3.8
|
||||
|
||||
+ `Stable buildbots <http://buildbot.python.org/3.8.stable/>`_
|
||||
+ `Stable buildbots <https://buildbot.python.org/3.8.stable/>`_
|
||||
|
||||
- 3.7
|
||||
|
||||
+ `Stable buildbots <http://buildbot.python.org/3.7.stable/>`_
|
||||
+ `Stable buildbots <https://buildbot.python.org/3.7.stable/>`_
|
||||
|
||||
|
||||
Thank You
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue