fix comment

This commit is contained in:
Taylor Otwell 2017-03-06 08:50:01 -06:00
parent a15f3ca8a9
commit 864a82918e
1 changed files with 4 additions and 2 deletions

View File

@ -178,10 +178,12 @@
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Same-site Cookies | Same-Site Cookies
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Here you may change the default value of the same-site cookie attribute. | 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" | Supported: "lax", "strict"
| |