Skip to content

Commit

Permalink
Set samesite=none on session cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeulen committed Sep 3, 2024
1 parent 04fca62 commit d97268b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ framework:
session:
handler_id: null
cookie_secure: auto
cookie_samesite: lax
cookie_samesite: none
router:
strict_requirements: null
utf8: true
Expand Down

0 comments on commit d97268b

Please sign in to comment.