diff options
author | kakysha <ezhikvdele@gmail.com> | 2015-02-09 12:28:57 +0100 |
---|---|---|
committer | kakysha <ezhikvdele@gmail.com> | 2015-02-09 12:28:57 +0100 |
commit | 8bd46fa3229814c6ffa629f2e764b3ff302c6fff (patch) | |
tree | be9c09aa1cc3f47978166ab73b3184d31feeb454 /user_guide_src/source/libraries | |
parent | 266c93cc505ae9a8cafb41f9d9432b056de492e0 (diff) |
no more xss filtering on input
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r-- | user_guide_src/source/libraries/security.rst | 3 |
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 |