commit | f7f9dca050eb439028797a62eb2d4cac89daf5c5 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Mon Feb 10 12:41:00 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Mon Feb 10 12:41:00 2014 +0200 |
tree | e46f332a650108ea0cf016c8afbf0c60f7a7b719 | |
parent | 3b9990c43f0951674b1c8bc1dd05ac0419f1e63c [diff] |
[ci skip] Fix a typo
diff --git a/system/core/Security.php b/system/core/Security.php index 062c828..75c994a 100644 --- a/system/core/Security.php +++ b/system/core/Security.php
@@ -148,7 +148,7 @@ '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?"