mirror of
https://github.com/elyby/accounts.git
synced 2024-12-28 16:10:40 +05:30
Пересмотрены висящие TODO
This commit is contained in:
parent
40625dbef9
commit
ee68e373f4
@ -5,10 +5,7 @@ use yii\helpers\ArrayHelper;
|
|||||||
|
|
||||||
class ConfigLoader {
|
class ConfigLoader {
|
||||||
|
|
||||||
/*
|
private const ROOT_PATH = __DIR__ . '/../..';
|
||||||
* TODO: В PHP 7.1 следует сделать её protected
|
|
||||||
*/
|
|
||||||
const ROOT_PATH = __DIR__ . '/../..';
|
|
||||||
|
|
||||||
private $application;
|
private $application;
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@ return [
|
|||||||
'components' => [
|
'components' => [
|
||||||
'request' => [
|
'request' => [
|
||||||
// it's not recommended to run functional tests with CSRF validation enabled
|
// it's not recommended to run functional tests with CSRF validation enabled
|
||||||
// TODO: у нас вроде и без того нет проверки csrf
|
|
||||||
'enableCsrfValidation' => false,
|
'enableCsrfValidation' => false,
|
||||||
'enableCookieValidation' => false,
|
'enableCookieValidation' => false,
|
||||||
// but if you absolutely need it set cookie domain to localhost
|
// but if you absolutely need it set cookie domain to localhost
|
||||||
|
Loading…
Reference in New Issue
Block a user