diff --git a/config/web.php b/config/web.php index cf921b0..6124c4f 100644 --- a/config/web.php +++ b/config/web.php @@ -5,9 +5,6 @@ $config = [ 'basePath' => dirname(__DIR__), 'extensions' => require(__DIR__ . '/../vendor/yiisoft/extensions.php'), 'components' => [ - 'request' => [ - 'enableCsrfValidation' => true, - ], 'cache' => [ 'class' => 'yii\caching\FileCache', ],