1
0
mirror of https://github.com/django/django.git synced 2025-10-30 17:16:10 +00:00

[2.0.x] Updated various links in docs to use HTTPS.

Backport of 7c81b28ebc from master
This commit is contained in:
Mariusz Felisiak
2018-01-07 14:28:41 +01:00
parent 5bef733014
commit 07fb89b420
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