diff options
| author | chemary <jmherrero@chemary.com> | 2016-01-18 15:04:41 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-20 18:19:24 -0500 |
| commit | 2d28144c9519f4e4397c70f045c2b1d31437bf69 (patch) | |
| tree | 11e98fcb01c59ed43e4faa096abbef712b8dd8b1 /docs | |
| parent | a1fba4e843901eb35820c14d83a5d7d5622432fe (diff) | |
Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_PORT=True).
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`). |
