Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
fix: removed cookieValidationKey default value
Browse files Browse the repository at this point in the history
Sorry, i left that there by accident
  • Loading branch information
hunwalk committed Nov 28, 2019
1 parent 2594e65 commit bbea240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'components' => [
'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => '73-yqb4ndKWlSh46wIUIuqv82LaImf3P',
'cookieValidationKey' => '',
],
'cache' => [
'class' => 'yii\caching\FileCache',
Expand Down

0 comments on commit bbea240

Please sign in to comment.