summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-11-29 10:16:42 +0000
committerthomascube <thomas@roundcube.net>2011-11-29 10:16:42 +0000
commit57486f6e58d602413b58f780bf3a94ad6d2af8ce (patch)
tree9f538706c8b5e86cce4f00e9d3b25c343210760c /CHANGELOG
parent6bddd9ba44e4dcb69e8d22fcaf21ec017d78e0fc (diff)
Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e99728105..1cb60a31a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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)