diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-01-04 13:10:35 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-01-04 15:32:24 +0000 |
commit | a9932722b4cf2103d35f8f4c23ad2918aad0a96c (patch) | |
tree | 15124df09ba70b16a645cc9dd403d4f0f99ee481 /CHANGELOG.md | |
parent | 3af2658153e35599c50a51c3a85a05e0e365e071 (diff) |
Include "SameSite=Lax" with all set cookies.
This prevents FixMyStreet cookies from being sent from third-party
<img>s and the like, in supporting browsers.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b5fb971..0df3dda3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Releases * Unreleased + - Front end improvements: + - Include "SameSite=Lax" with all cookies. - Bugfixes: - Make sure dashboard filters all fit onto one line. - Fix issue with red bars on bar graph of many categories. |