Add ability to customize robot user agents

This commit is contained in:
Kijin Sung 2019-09-14 21:42:02 +09:00
parent 72651ed095
commit 82213ce11a
5 changed files with 28 additions and 0 deletions

View file

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