You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When third-party cookies (3PC) are blocked by Chrome and Firefox, contexts with the Content-Security-Policy: sandbox header or <iframe> sandbox attribute are no longer able to use SameSite=None cookies. The frame must include the allow-same-origin value to use cookies, which relaxes many security protections including the opaque origin.
We want to restore existing behavior and enable a frame to signal the browser to include SameSite=None cookies in first-party requests from sandboxed frames when 3PC restrictions are active with the allow-same-site-none-cookies value
The text was updated successfully, but these errors were encountered:
Request for Mozilla Position on an Emerging Web Specification
@
-mention GitHub accounts): @aamuley @DCtheTallOther information
When third-party cookies (3PC) are blocked by Chrome and Firefox, contexts with the
Content-Security-Policy: sandbox
header or <iframe>sandbox
attribute are no longer able to useSameSite=None
cookies. The frame must include theallow-same-origin
value to use cookies, which relaxes many security protections including the opaque origin.We want to restore existing behavior and enable a frame to signal the browser to include
SameSite=None
cookies in first-party requests from sandboxed frames when 3PC restrictions are active with theallow-same-site-none-cookies
valueThe text was updated successfully, but these errors were encountered: