diff options
Diffstat (limited to 'user_guide/general')
-rw-r--r-- | user_guide/general/security.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <p>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 <a href="../libraries/input.html">here</a>. +or do other malicious things. The XSS Filter is described <a href="../libraries/security.html">here</a>. </p> </li> |