mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 09:52:17 +09:00
Add option to check CSRF token
This commit is contained in:
parent
3484b2bb48
commit
73e79fe547
6 changed files with 16 additions and 0 deletions
|
|
@ -444,6 +444,7 @@ class adminAdminView extends admin
|
|||
Context::set('use_session_keys', Rhymix\Framework\Config::get('session.use_keys'));
|
||||
Context::set('use_session_ssl', Rhymix\Framework\Config::get('session.use_ssl'));
|
||||
Context::set('use_cookies_ssl', Rhymix\Framework\Config::get('session.use_ssl_cookies'));
|
||||
Context::set('check_csrf_token', Rhymix\Framework\Config::get('security.check_csrf_token'));
|
||||
Context::set('use_nofollow', Rhymix\Framework\Config::get('security.nofollow'));
|
||||
|
||||
$this->setTemplateFile('config_security');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue