disable csrf fix, fix account state javascript
disable csrf in frontend and backend reception account_state javascript fix
This commit is contained in:
@@ -13,6 +13,9 @@ return [
|
||||
'bootstrap' => ['log'],
|
||||
'controllerNamespace' => 'frontend\controllers',
|
||||
'components' => [
|
||||
'request' => [
|
||||
'enableCsrfValidation'=>false,
|
||||
],
|
||||
'user' => [
|
||||
'identityClass' => 'common\models\User',
|
||||
'enableAutoLogin' => true,
|
||||
|
||||
Reference in New Issue
Block a user