diff options
| author | chemary <jmherrero@chemary.com> | 2016-01-18 15:04:41 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-20 18:23:55 -0500 |
| commit | 076d4591108764695582ab272fdb7f348b4c161c (patch) | |
| tree | 57296518533990b40a44e88a1ec986ecb9fac436 /docs | |
| parent | f0da306af186c121c0e339342f60d29552bf8c1a (diff) | |
[1.9.x] Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_PORT=True).
Backport of 2d28144c9519f4e4397c70f045c2b1d31437bf69 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt index 9e13e705bc..71ca0dbea2 100644 --- a/docs/releases/1.9.2.txt +++ b/docs/releases/1.9.2.txt @@ -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`). |
