1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Updated various links in docs to use HTTPS.

This commit is contained in:
Mariusz Felisiak
2018-01-07 14:28:41 +01:00
committed by GitHub
parent 762bd34c36
commit 7c81b28ebc
28 changed files with 42 additions and 42 deletions

View File

@@ -13,7 +13,7 @@ Windows Authentication or Apache and `mod_authnz_ldap`_, `CAS`_, `Cosign`_,
.. _CAS: https://www.apereo.org/projects/cas
.. _Cosign: http://weblogin.org
.. _WebAuth: https://www.stanford.edu/services/webauth/
.. _mod_auth_sspi: http://sourceforge.net/projects/mod-auth-sspi
.. _mod_auth_sspi: https://sourceforge.net/projects/mod-auth-sspi
When the Web server takes care of authentication it typically sets the
``REMOTE_USER`` environment variable for use in the underlying application. In