mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_PORT=True).
This commit is contained in:
@@ -38,3 +38,6 @@ Bugfixes
|
||||
|
||||
* Fixed a crash when destroying an existing test database on MySQL or
|
||||
PostgreSQL (:ticket:`26096`).
|
||||
|
||||
* Fixed CSRF cookie check on POST requests when ``USE_X_FORWARDED_PORT=True``
|
||||
(:ticket:`26094`).
|
||||
|
||||
Reference in New Issue
Block a user