From 35023fef06c1713b2f19fbf1426adb8e3b6203a9 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 13 Mar 2023 08:08:50 +0100 Subject: [PATCH] Removed unused config item --- application/config/config.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index 6dc870ba..12c21fab 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -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