Removed unused config item

This commit is contained in:
Alex Tselegidis 2023-03-13 08:08:50 +01:00
parent 9a6233ad3a
commit 35023fef06
1 changed files with 0 additions and 11 deletions

View File

@ -362,17 +362,6 @@ $config['cookie_domain'] = '';
$config['cookie_path'] = '/';
$config['cookie_secure'] = strpos($config['base_url'], 'https') !== FALSE;
/*
|--------------------------------------------------------------------------
| Global XSS Filtering
|--------------------------------------------------------------------------
|
| Determines whether the XSS filter is always active when GET, POST or
| COOKIE data is encountered
|
*/
$config['global_xss_filtering'] = TRUE;
/*
|--------------------------------------------------------------------------
| Cross Site Request Forgery