Skip to content

Commit

Permalink
Set SameSite attribute for session cookie (#48)
Browse files Browse the repository at this point in the history
* Set SameSite attribute for session cookie #46
  • Loading branch information
marein committed Jun 7, 2020
1 parent e884d96 commit 2e38d99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/web-interface/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ framework:
csrf_protection: ~
session:
handler_id: web-interface.session-handler
cookie_samesite: lax

twig:
paths:
Expand Down

0 comments on commit 2e38d99

Please sign in to comment.