Skip to content

Commit

Permalink
set security options on cookies (#2825)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Oct 7, 2021
1 parent 3a52dae commit 84e2585
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/packages/framework.yaml
Expand Up @@ -12,6 +12,9 @@ framework:

session:
handler_id: App\Security\SessionHandler
cookie_secure: auto
cookie_httponly: true
cookie_samesite: lax

#esi: ~
#fragments: ~
Expand Down

0 comments on commit 84e2585

Please sign in to comment.