mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #33569 -- Added SECURE_PROXY_SSL_HEADER support for list of protocols in the header value.
This commit is contained in:
committed by
Mariusz Felisiak
parent
d46e158ee2
commit
1cf60ce601
@@ -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
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user