This website works better with JavaScript
David A. Windham
david
/
laravel
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Set HttpOnly flag
mzaalan
9 years ago
parent
80240e9b9e
commit
9d14fe2d7e
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
config/session.php
+ 1
- 0
config/session.php
View File
@@ -149,5 +149,6 @@ return [
*/
'secure' => false,
+ 'http_only' => true,
];