Skip to content

Commit

Permalink
Cookie decryption now set to false by default (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan MacGregor authored and tymondesigns committed Feb 6, 2018
1 parent 2604839 commit 43c5b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@
| see https://laravel.com/docs/master/responses#cookies-and-encryption
| for details.
|
| Set it to false if you don't want to decrypt cookies.
| Set it to true if you want to decrypt cookies.
|
*/

'decrypt_cookies' => true,
'decrypt_cookies' => false,

/*
|--------------------------------------------------------------------------
Expand Down

1 comment on commit 43c5b6f

@Newtypcr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

 | ดู https://laravel.com/docs/master/responses#cookies-and-encryption

Please sign in to comment.