Add option to check CSRF token

This commit is contained in:
Kijin Sung 2018-10-10 18:17:27 +09:00
parent 3484b2bb48
commit 73e79fe547
6 changed files with 16 additions and 0 deletions

View file

@ -114,6 +114,7 @@ return array(
'classes' => array(),
),
'security' => array(
'check_csrf_token' => false,
'nofollow' => false,
),
'mobile' => array(