summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.txt
diff options
context:
space:
mode:
authorThomas Schmidt <thomas@useobject.com>2022-03-07 17:25:52 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-03-23 19:33:36 +0100
commit1cf60ce6017d904024ee132f7edae0b4b821a954 (patch)
treebb73a5fcca79e812f2c7182ddf68dadee7c49ea2 /docs/releases/4.1.txt
parentd46e158ee21cb067a65d44699e6dce00b3dab8e3 (diff)
downloaddjango-1cf60ce6017d904024ee132f7edae0b4b821a954.tar.gz
Fixed #33569 -- Added SECURE_PROXY_SSL_HEADER support for list of protocols in the header value.
Diffstat (limited to 'docs/releases/4.1.txt')
-rw-r--r--docs/releases/4.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt
index a61d5e8e11..b8dbc36da0 100644
--- a/docs/releases/4.1.txt
+++ b/docs/releases/4.1.txt
@@ -293,6 +293,9 @@ Security
* The new :setting:`SECRET_KEY_FALLBACKS` setting allows providing a list of
values for secret key rotation.
+* The :setting:`SECURE_PROXY_SSL_HEADER` setting now supports a comma-separated
+ list of protocols in the header value.
+
Serialization
~~~~~~~~~~~~~