summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2021-03-24 12:26:50 +0100
committerAndrey Andreev <narf@devilix.net>2021-03-24 12:26:50 +0100
commit0286ab3513ade8681a7172c78440a81059435e22 (patch)
tree5a3972c84c4ec5e6b088f36e43d58f53d7cb8bde /user_guide_src
parente3810cb84d3fa341e3808d6aa9c3e18f8bda3305 (diff)
[ci skip] Add SameSite=Strict to CSRF cookie
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 4c081ad84..812016050 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -15,6 +15,7 @@ Release Date: Not Released
- Added support for detecting WebP image type to :doc:`File Uploading Library <libraries/file_uploading>`.
- Added method :doc:`Database Library <database/index>` method ``trans_active()`` to expose transaction state.
- Updated :doc:`Database Library <database/index>` 'pdo' driver to attempt to free resources in order to allow connections to be closed.
+ - Added ``SameSite=Strict`` attribute to the CSRF cookie sent by the :doc:`Security Class <libraries/security>`.
Bug fixes for 3.1.12
====================