Closed nir-walkme closed 2 years ago
There are different kinds of storage in the browser. Cookies are sent with network requests by default and can be accessed by javascript using the navigator.cookies API. Other types of storage include things like localstorage, IndexedDB, CacheStorage, ServiceWorker, etc.
The update you reference only affects the non-cookie types of storage. Cookie storage is not affected at all.
(Note, this distinction is admittedly confusing because browsers use the word "cookie" in UI settings to refer to all storage. In web specifications, however, these storage types are always distinguished and separate.)
Hopefully this clears up the confusion. Cookies will not be changed by storage partitioning. Only non-cookie storage will be changed.
Hi
Back in July, Google announced that they intend to begin phasing out third-party cookies in Chrome in the second half of 2024.
Meanwhile, last week, a new update was published on Storage Partitioning. Per my understanding of this update:
So these two separate announcements seems to contradict each other. While Storage Partitioning does not disable third-party cookies, it does disable the primary use of third-party cookies a year before the 2024 deadline.
Could you please clarify this contradiction?