-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow SameSite cookie attribute to be set (#37)
* Allow SameSite cookie attribute to be set Why: Changes to how browsers will handle the default SameSite attribute means it's generally considered better to explicitely set it. Lax is what browsers will default to. Further reading: https://www.chromium.org/updates/same-site https://tools.ietf.org/html/draft-west-cookie-incrementalism-00 https://web.dev/samesite-cookie-recipes/ * Automatically set cookie to Secure if SameSite is set to None.
- Loading branch information
1 parent
3c8d869
commit 8746e96
Showing
3 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters