summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-09 12:38:48 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-09 12:38:48 +0100
commitf3824973a6aad3370a256c7df4053fef7d9e87d6 (patch)
treebe9c09aa1cc3f47978166ab73b3184d31feeb454
parent266c93cc505ae9a8cafb41f9d9432b056de492e0 (diff)
parent8bd46fa3229814c6ffa629f2e764b3ff302c6fff (diff)
Merge pull request #3583 from kakysha/develop
[ci skip] no more xss filtering on input
-rw-r--r--user_guide_src/source/libraries/security.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/user_guide_src/source/libraries/security.rst b/user_guide_src/source/libraries/security.rst
index 27e6e561b..ac56fc589 100644
--- a/user_guide_src/source/libraries/security.rst
+++ b/user_guide_src/source/libraries/security.rst
@@ -41,9 +41,6 @@ application/config/config.php file and setting this::
$config['global_xss_filtering'] = TRUE;
-.. note:: If you use the form validation class, it gives you the option of
- XSS filtering as well.
-
An optional second parameter, *is_image*, allows this function to be used
to test images for potential XSS attacks, useful for file upload
security. When this second parameter is set to TRUE, instead of