Skip to content

Commit

Permalink
httponly cookie by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalbg committed Sep 27, 2021
1 parent 5ddec1a commit e79fc71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration_sample.php
Expand Up @@ -48,6 +48,7 @@ function () {
return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage([
"cookie_samesite" => "Lax",
"cookie_secure" => null,
"cookie_httponly" => true,
], $handler);
},
],
Expand Down

0 comments on commit e79fc71

Please sign in to comment.