summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-05-27 18:13:21 +0200
committerAndrey Andreev <narf@devilix.net>2015-05-27 18:13:21 +0200
commit938c7e4e4d874189fec2bec8532ed70bb8c52f05 (patch)
tree18989052c7f8f8f026a2907d7ab0461ab1f00d02 /user_guide_src/source/libraries
parent13e8db61b9af26ef0f81bfcd8b1ebe100e9f1640 (diff)
[ci skip] Remove 'global_xss_filtering' from CI_Security docs
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/security.rst6
1 files changed, 0 insertions, 6 deletions
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