Removed unused config item
This commit is contained in:
parent
9a6233ad3a
commit
35023fef06
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue