'SameSite' cookie attribute
92.85
Same-site cookies ("First-Party-Only" or "First-Party") allow servers to mitigate the risk of CSRF and information leakage attacks by asserting that a particular cookie should only be sent with requests initiated from the same registrable domain.
Further reading:
- Can I use page for: 'SameSite' cookie attribute
- Preventing CSRF with the same-site cookie attribute
- Mozilla Bug #795346: Add SameSite support for cookies
- Mozilla Bug #1286861, includes the patches that landed SameSite support in Firefox
- Microsoft Edge feature request on UserVoice
- Microsoft Edge Browser Status
- MS Edge dev blog: "Previewing support for same-site cookies in Microsoft Edge"
- Mozilla Bug #1551798: Prototype SameSite=Lax by default
- Same-site cookies demonstration by Rowan Merewood