diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-08-27 22:24:17 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-08-27 22:24:17 +0200 |
commit | 0c734b52b648fd1c26546306ad578a90ef6f0f72 (patch) | |
tree | abbc22f80f25741ec6ccef8febc4b6d2bd34719a /user_guide | |
parent | 9dee6ec7bf77e15a1227785292e507f1a6126a8f (diff) |
added isindex to the list of naughty never allowed tags in xss_clean()
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index b24b0810a..8675d71bd 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -87,6 +87,7 @@ SVN Revision: XXXX</p> <ul>
<li>Improved performance and accuracy of xss_clean(), including reduction of false positives on image/file tests.</li>
<li>Added a few openxml document mime types, and an additional mobile agent to mimes.php and user_agents.php respectively.</li>
+ <li>Added sanitization in xss_clean() for a deprecated HTML tag that could be abused in user input in Internet Explorer.</li>
</ul>
</li>
</ul>
|