chrome-devtools-frontend
Version:
Chrome DevTools UI
6 lines (4 loc) • 400 B
Markdown
# Reading cookie in cross-site context may be impacted on Chrome
Cookies with the `SameSite=None; Secure` and not `Partitioned` attributes that operate in cross-site contexts are third-party cookies.
Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies.
Learn more from the linked article about preparing your site to avoid potential breakage.