summaryrefslogtreecommitdiffstats
path: root/system/core/Security.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-03-26 13:15:34 +0100
committerAndrey Andreev <narf@devilix.net>2015-03-26 13:15:34 +0100
commitaebd039a61cb5135b31ab0b8d9d95ed3fb678c7b (patch)
tree336c1027c95b91c8e792788a9db6aa8e6f9b2f06 /system/core/Security.php
parent998608ec0cfbbc1b8fd2646abd4018765e413e99 (diff)
Add FSCommand and seekSegmentTime to evil HTML attributes list
Diffstat (limited to 'system/core/Security.php')
-rw-r--r--system/core/Security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Security.php b/system/core/Security.php
index 216f0e98b..da497762d 100644
--- a/system/core/Security.php
+++ b/system/core/Security.php
@@ -772,7 +772,7 @@ class CI_Security {
*/
protected function _remove_evil_attributes($str, $is_image)
{
- $evil_attributes = array('on\w*', 'style', 'xmlns', 'formaction', 'form', 'xlink:href');
+ $evil_attributes = array('on\w*', 'style', 'xmlns', 'formaction', 'form', 'xlink:href', 'FSCommand', 'seekSegmentTime');
if ($is_image === TRUE)
{