diff --git a/config/session.php b/config/session.php index 88a6c52..abfda62 100644 --- a/config/session.php +++ b/config/session.php @@ -179,4 +179,19 @@ return [ 'http_only' => 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' => null, + ];