-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
BugHelp wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.HttpFoundationStatus: Needs Review
Description
Description
Google has announced some changes related to users privacy that affect to SameSite cookies introduced in #19104.
Starting from Chrome 76 [...] Cookies without the SameSite attribute will
not be available in a third-party context. Developers will need to declare
cookies that need to be available on third-party sites to Chrome with
SameSite=None.
Google says this will allow Chrome users to clear cross-site cookies and
leave single domain cookies that are used for logins and settings intact.
Full details: https://web.dev/samesite-cookies-explained/
Metadata
Metadata
Assignees
Labels
BugHelp wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.HttpFoundationStatus: Needs Review