diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-08-04 09:19:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 09:19:44 (GMT) |
commit | 54d4b4d992566909182e843f1798534c1853b386 (patch) | |
tree | 12b2ae76146f3ef70f32e12bcca3eb9531e1d1b0 /Doc/license.rst | |
parent | c5916a034ab573aaf5bf124e53d987de5cc6d102 (diff) | |
download | cpython-54d4b4d992566909182e843f1798534c1853b386.zip cpython-54d4b4d992566909182e843f1798534c1853b386.tar.gz cpython-54d4b4d992566909182e843f1798534c1853b386.tar.bz2 |
[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 f79547a429d5c90af83a0da821e082cba20d4712)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/license.rst')
-rw-r--r-- | Doc/license.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index e0276b4..00691b3 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -353,7 +353,7 @@ Sockets The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and :func:`getnameinfo`, which are coded in separate source files from the WIDE -Project, http://www.wide.ad.jp/. :: +Project, https://www.wide.ad.jp/. :: Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. All rights reserved. |