Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Add support for SameSite cookie property #710

Closed
@blowdart

Description

@blowdart

https://tools.ietf.org/html/draft-west-first-party-cookies-07

Basically add a new property SameSite with values of None, Lax and Strict.

The value should then be appended to cookies when the cookie is sent;

Set-Cookie: CookieName=CookieValue; SameSite=Lax;
Set-Cookie: CookieName=CookieValue; SameSite=Strict;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions