Allow enhanced cookie protection to be disabled for compatibility with dynamically addressed hosting environments. Fixes #4566

This commit is contained in:
Murtuza Zabuawala
2019-08-06 09:21:31 +01:00
committed by Dave Page
parent f8afe2ef94
commit ee8fec6d7f
3 changed files with 12 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ New features
| `Issue #4334 <https://redmine.postgresql.org/issues/4334>`_ - Add support for generated columns in Postgres 12+.
| `Issue #4540 <https://redmine.postgresql.org/issues/4540>`_ - Use the full tab space for CodeMirror instances on dialogues where appropriate.
| `Issue #4549 <https://redmine.postgresql.org/issues/4549>`_ - Allow a banner to be displayed on the login and other related pages showing custom text.
| `Issue #4566 <https://redmine.postgresql.org/issues/4566>`_ - Allow enhanced cookie protection to be disabled for compatibility with dynamically addressed hosting environments.
Housekeeping
************