diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-10 11:41:00 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-10 11:41:00 +0100 |
commit | f7f9dca050eb439028797a62eb2d4cac89daf5c5 (patch) | |
tree | e46f332a650108ea0cf016c8afbf0c60f7a7b719 /system/core | |
parent | 3b9990c43f0951674b1c8bc1dd05ac0419f1e63c (diff) |
[ci skip] Fix a typo
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Security.php b/system/core/Security.php index 062c828a7..75c994ae1 100644 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -148,7 +148,7 @@ class CI_Security { 'expression\s*(\(|&\#40;)', // CSS and IE 'vbscript\s*:', // IE, surprise! 'wscript\s*:', // IE - 'jcript\s*:', // IE + 'jscript\s*:', // IE 'vbs\s*:', // IE 'Redirect\s+30\d', "([\"'])?data\s*:[^\\1]*?base64[^\\1]*?,[^\\1]*?\\1?" |