Added the CSRF control by default in the configuration.
This commit is contained in:
parent
7d999107b2
commit
ef3adafa02
@ -173,6 +173,7 @@ $cfg['template_folders'] = array(
|
||||
$cfg['installed_apps'] = array('Pluf', 'IDF');
|
||||
$cfg['pluf_use_rowpermission'] = true;
|
||||
$cfg['middleware_classes'] = array(
|
||||
'Pluf_Middleware_Csrf',
|
||||
'Pluf_Middleware_Session',
|
||||
'IDF_Middleware',
|
||||
'Pluf_Middleware_Translation',
|
||||
|
Loading…
Reference in New Issue
Block a user