diff options
Diffstat (limited to 'docs/releases/2.2.3.txt')
| -rw-r--r-- | docs/releases/2.2.3.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/2.2.3.txt b/docs/releases/2.2.3.txt index e1df96f216..1e299b99f2 100644 --- a/docs/releases/2.2.3.txt +++ b/docs/releases/2.2.3.txt @@ -18,9 +18,9 @@ requests made via HTTP as using HTTPS. This entails incorrect results for requests would not be redirected to HTTPS in accordance with :setting:`SECURE_SSL_REDIRECT`. -``HttpRequest.scheme`` now respects :setting:`SECURE_PROXY_SSL_HEADER`, if it is -configured, and the appropriate header is set on the request, for both HTTP and -HTTPS requests. +``HttpRequest.scheme`` now respects :setting:`SECURE_PROXY_SSL_HEADER`, if it +is configured, and the appropriate header is set on the request, for both HTTP +and HTTPS requests. If you deploy Django behind a reverse-proxy that forwards HTTP requests, and that connects to Django via HTTPS, be sure to verify that your application |
