From 938c7e4e4d874189fec2bec8532ed70bb8c52f05 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 27 May 2015 19:13:21 +0300 Subject: [ci skip] Remove 'global_xss_filtering' from CI_Security docs --- user_guide_src/source/libraries/security.rst | 6 ------ 1 file changed, 6 deletions(-) (limited to 'user_guide_src') diff --git a/user_guide_src/source/libraries/security.rst b/user_guide_src/source/libraries/security.rst index 16b397994..305a8e57c 100644 --- a/user_guide_src/source/libraries/security.rst +++ b/user_guide_src/source/libraries/security.rst @@ -35,12 +35,6 @@ To filter data through the XSS filter use the ``xss_clean()`` method:: $data = $this->security->xss_clean($data); -If you want the filter to run automatically every time it encounters -POST or COOKIE data you can enable it by opening your -application/config/config.php file and setting this:: - - $config['global_xss_filtering'] = TRUE; - 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 -- cgit v1.2.3-24-g4f1b