Added the CSRF control by default in the configuration.

dev
Loic d'Anterroches 2008-12-07 12:58:44 +01:00
parent 7d999107b2
commit ef3adafa02
1 changed files with 1 additions and 0 deletions

View File

@ -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',