1
0
mirror of https://github.com/django/django.git synced 2025-04-04 21:46:40 +00:00

Prevented unexpected link in settings docs

This commit is contained in:
Claude Paroz 2018-06-10 15:11:39 +02:00
parent 7a266e25be
commit e8531cc89c

View File

@ -2191,7 +2191,7 @@ method.
This takes some explanation. By default, ``is_secure()`` is able to determine
whether a request is secure by looking at whether the requested URL uses
"https://". This is important for Django's CSRF protection, and may be used
``https://``. This is important for Django's CSRF protection, and may be used
by your own code or third-party apps.
If your Django app is behind a proxy, though, the proxy may be "swallowing" the