@react-native/debugger-frontend
Version:
Debugger frontend for React Native based on Chrome DevTools
6 lines (4 loc) • 373 B
Markdown
# Setting 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.
Chrome blocks third-party cookies to protect user data from cross-site tracking.
Please refer to the article linked to learn more about preparing your site to avoid potential breakage due to this.