Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Aug 10, 2021
1 parent d921d1e commit 8a577f8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/session.php
Expand Up @@ -150,4 +150,20 @@

'secure' => false,

/*
|--------------------------------------------------------------------------
| Same-Site Cookies
|--------------------------------------------------------------------------
|
| This option determines how your cookies behave when cross-site requests
| take place, and can be used to mitigate CSRF attacks. By default, we
| do not enable this as other CSRF protection services are in place.
|
| Supported: "lax", "strict"
|
*/

'same_site' => "lax",


];

0 comments on commit 8a577f8

Please sign in to comment.