summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-12-14 12:13:05 +0100
committerAndrey Andreev <narf@devilix.net>2016-12-14 12:13:05 +0100
commit8e37b8560c75d3994e59f401be977dcf386bb210 (patch)
tree7d8b6354c2740b332b6199e18f3b8a8507915970 /user_guide_src/source/libraries
parentaecb9ff2b3dfb6e66f1e229fa5f6b7f7275fcd40 (diff)
Remove 'allow_get_array', 'standardize_newlines' config settings
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/input.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst
index 899070ef4..8b816a567 100644
--- a/user_guide_src/source/libraries/input.rst
+++ b/user_guide_src/source/libraries/input.rst
@@ -28,16 +28,12 @@ The security filtering method is called automatically when a new
:doc:`controller <../general/controllers>` is invoked. It does the
following:
-- If ``$config['allow_get_array']`` is FALSE (default is TRUE), destroys
- the global GET array.
- Destroys all global variables in the event register_globals is
turned on.
- Filters the GET/POST/COOKIE array keys, permitting only alpha-numeric
(and a few other) characters.
- Provides XSS (Cross-site Scripting Hacks) filtering. This can be
enabled globally, or upon request.
-- Standardizes newline characters to ``PHP_EOL`` (\\n in UNIX-based OSes,
- \\r\\n under Windows). This is configurable.
XSS Filtering
=============