summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-05-20 17:07:27 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-05-20 17:07:27 +0200
commitbd08d84525e5f9af869d3aaba92906d2047272cc (patch)
treecda10a4d5d68314e3de732d766a8a8d952cc21cc /user_guide
parent36a83950b4fc61e4f8d577a4156c2a94b59f0fae (diff)
improved security in xss_clean(), added <audio> and <video> tags to naughty HTML tags, and the HTML5 event handlers onerror and onended
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index ef242b4f6..1c1d7a3c5 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -74,7 +74,7 @@ SVN Revision: not currently released</p>
<li>Other changes
<ul>
<li>Added ability to <a href="libraries/input.html">use xss_clean() to test images</a> for XSS, useful for upload security.</li>
- <li>Improved security in xss_clean() for the Opera family of browsers.</li>
+ <li>Improved security in xss_clean().</li>
<li>Considerably expanded list of mobile user-agents in config/user_agents.php.</li>
</ul>
</li>