Skip to content

Commit

Permalink
secure headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rpartapsing committed Nov 26, 2021
1 parent 6b00d7f commit edb7eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
|
*/

'encrypt' => false,
'encrypt' => true,

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -170,7 +170,7 @@
|
*/

'secure' => env('SESSION_SECURE_COOKIE', false),
'secure' => true,

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

0 comments on commit edb7eea

Please sign in to comment.