From f7f9dca050eb439028797a62eb2d4cac89daf5c5 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 10 Feb 2014 12:41:00 +0200 Subject: [ci skip] Fix a typo --- system/core/Security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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?" -- cgit v1.2.3-24-g4f1b