diff options
author | thomascube <thomas@roundcube.net> | 2011-11-29 10:16:42 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-11-29 10:16:42 +0000 |
commit | 57486f6e58d602413b58f780bf3a94ad6d2af8ce (patch) | |
tree | 9f538706c8b5e86cce4f00e9d3b25c343210760c /CHANGELOG | |
parent | 6bddd9ba44e4dcb69e8d22fcaf21ec017d78e0fc (diff) |
Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Add content filter for embedded attachments to protect from XSS on IE (#1487895) - Use strpos() instead of strstr() when possible (#1488211) - Fix handling HTML entities when converting HTML to text (#1488212) - Fix fit_string_to_size() renders browser and ui unresponsive (#1488207) |