From 9898b892baed8d20f4138cb88c4f4ca3a082e444 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 10 Mar 2010 14:04:17 -0600 Subject: added Security class docs, cleaned up Input class for changes to both --- user_guide/general/security.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/general') diff --git a/user_guide/general/security.html b/user_guide/general/security.html index 593ffd584..bc969f73a 100644 --- a/user_guide/general/security.html +++ b/user_guide/general/security.html @@ -112,7 +112,7 @@ XML-RPC data, or even data from the SERVER array, you are encouraged to practice

CodeIgniter comes with a Cross Site Scripting filter. This filter looks for commonly used techniques to embed malicious Javascript into your data, or other types of code that attempt to hijack cookies -or do other malicious things. The XSS Filter is described here. +or do other malicious things. The XSS Filter is described here.

-- cgit v1.2.3-24-g4f1b