summaryrefslogtreecommitdiffstats
path: root/Lib/wsgiref
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-09-25 08:20:53 (GMT)
committerGitHub <noreply@github.com>2022-09-25 08:20:53 (GMT)
commit437032e313e6fa63732194eeb983ece51de966f7 (patch)
tree07c198a579349ffbef96c90fceef88e225c8685a /Lib/wsgiref
parenta7a7da4acfb0cb33b7d67eea695f2612f38f477f (diff)
downloadcpython-437032e313e6fa63732194eeb983ece51de966f7.zip
cpython-437032e313e6fa63732194eeb983ece51de966f7.tar.gz
cpython-437032e313e6fa63732194eeb983ece51de966f7.tar.bz2
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
(cherry picked from commit db39050396a104c73d0da473a2f00a62f9dfdfaa) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Lib/wsgiref')
-rw-r--r--Lib/wsgiref/validate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/wsgiref/validate.py b/Lib/wsgiref/validate.py
index 6e16578..6044e32 100644
--- a/Lib/wsgiref/validate.py
+++ b/Lib/wsgiref/validate.py
@@ -1,6 +1,6 @@
# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
-# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
-# Also licenced under the Apache License, 2.0: http://opensource.org/licenses/apache2.0.php
+# Licensed under the MIT license: https://opensource.org/licenses/mit-license.php
+# Also licenced under the Apache License, 2.0: https://opensource.org/licenses/apache2.0.php
# Licensed to PSF under a Contributor Agreement
"""
Middleware to check for obedience to the WSGI specification.