mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[2.1.x] Prevented unexpected link in settings docs
Backport of e8531cc89c878b6a8867498dab266917fef2bff4 from master.
This commit is contained in:
parent
bdc71f526f
commit
020c51d501
@ -2199,7 +2199,7 @@ method.
|
|||||||
|
|
||||||
This takes some explanation. By default, ``is_secure()`` is able to determine
|
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
|
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.
|
by your own code or third-party apps.
|
||||||
|
|
||||||
If your Django app is behind a proxy, though, the proxy may be "swallowing" the
|
If your Django app is behind a proxy, though, the proxy may be "swallowing" the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user