-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Breaking change] Support SameSite in Cookies. #51486
Copy link
Copy link
Closed
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.breaking-change-approvedbreaking-change-requestThis tracks requests for feedback on breaking changesThis tracks requests for feedback on breaking changeslibrary-_httptype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Metadata
Metadata
Assignees
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.breaking-change-approvedbreaking-change-requestThis tracks requests for feedback on breaking changesThis tracks requests for feedback on breaking changeslibrary-_httptype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Related pull request:
github
googlesource
SameSite(link) and public filedsameSitein abstract classCookie(link) and its default implementation_Cookie(link).Cookiemust override the filedsameSite.sameSitein their implementation, so their projects will not break.