mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Added XSS filtering (credits to Henri Salo)
This commit is contained in:
parent
8daff8a911
commit
914d3af8c2
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ $config['cookie_secure'] = FALSE;
|
|||
| COOKIE data is encountered
|
||||
|
|
||||
*/
|
||||
$config['global_xss_filtering'] = FALSE;
|
||||
$config['global_xss_filtering'] = TRUE;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue