diff options
author | Andrey Andreev <narf@devilix.net> | 2016-12-14 12:23:06 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-12-14 12:23:06 +0100 |
commit | 4e0c208f24b0755c47905e17b82854c538a0c530 (patch) | |
tree | 4ab8c90fa0e17a8eb835370d14a11ce36bf4e700 /application/config/config.php | |
parent | 8e37b8560c75d3994e59f401be977dcf386bb210 (diff) |
Remove 'global_xss_filtering' config setting
Diffstat (limited to 'application/config/config.php')
-rw-r--r-- | application/config/config.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/application/config/config.php b/application/config/config.php index 535f0f817..d37af34b7 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -398,20 +398,6 @@ $config['cookie_httponly'] = FALSE; /* |-------------------------------------------------------------------------- -| Global XSS Filtering -|-------------------------------------------------------------------------- -| -| 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; - -/* -|-------------------------------------------------------------------------- | Cross Site Request Forgery |-------------------------------------------------------------------------- | Enables a CSRF cookie token to be set. When set to TRUE, token will be |