diff options
author | thomascube <thomas@roundcube.net> | 2009-07-21 16:13:42 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-07-21 16:13:42 +0000 |
commit | 2a5d02ab8ea2e80d7d73f90b1d31994def0c7c43 (patch) | |
tree | b20bee3635f16d918e3f13ab3f673b700f77252a /CHANGELOG | |
parent | 5499336feff22f682448dd99cc00a9b36701fcd1 (diff) |
Also protect GET request from CSRF
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ CHANGELOG RoundCube Webmail - Fix import of vCard entries with params (#1485453) - Fix HTML messages output with empty block elements (#1485974) +- Use request tokens to protect POST requests from CSFR - Added hook when killing a session - Added hook to write_log function (#1485971) - Performance improvements by use UID commands (#1485690) |