chrome-devtools-frontend
Version:
Chrome DevTools UI
7 lines (4 loc) • 388 B
Markdown
# Reading third-party cookie is blocked
Cookies with the `SameSite=None; Secure` and not `Partitioned` attributes that operate in cross-site contexts are third-party cookies.
Third-party cookies are restricted for this browser either because of Chrome flags or browser configuration.
Learn more from the linked article about preparing your site to avoid potential breakage due to this.