fix wording

This commit is contained in:
Taylor Otwell 2016-03-21 09:13:22 -05:00
parent 9d14fe2d7e
commit e52b1f71d5
1 changed files with 12 additions and 0 deletions

View File

@ -149,6 +149,18 @@
*/
'secure' => false,
/*
|--------------------------------------------------------------------------
| HTTP Access Only
|--------------------------------------------------------------------------
|
| Setting this value to true will prevent JavaScript from accessing the
| value of the cookie and the cookie will only be accessible through
| the HTTP protocol. You are free to modify this option if needed.
|
*/
'http_only' => true,
];