diff options
author | Andrey Andreev <narf@devilix.net> | 2015-02-28 18:54:17 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-02-28 18:54:17 +0100 |
commit | 9187ed3516ba403d09fc88ebcf6ead7364f75c4d (patch) | |
tree | 5078d32ca09047e266c86aa80e2acd4070c1b45d /application/config | |
parent | 52caf59f244e0c1363ac0ce6ba61a7f5001603df (diff) |
[ci skip] Formally deprecate 'global_xss_filtering'
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php index 7d5c24c84..7be482b85 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -404,6 +404,9 @@ $config['standardize_newlines'] = FALSE; | Determines whether the XSS filter is always active when GET, POST or | COOKIE data is encountered | +| WARNING: This feature is DEPRECATED and currently available only +| for backwards compatibility purposes! +| */ $config['global_xss_filtering'] = FALSE; |