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
Adapt tests to the updated navigator.cookieEnabled behavior. (#18)
Chromium change:
commit 2c885728f29b653f404e6a42da86b19e055def72
Author: Ari Chivukula <[email protected]>
Date: Mon May 6 20:03:59 2024 +0000
[CookieEnabled] Align with spec
navigator.cookieEnabled currently indicates if “the user agent attempts
to handle cookies” in a given context. A change in Chrome, shipping as
part of third-party cookie deprecation (3PCD), would cause it to
indicate whether unpartitioned cookie access is possible (causing it to
return false in most cross-site iframes). We should restore the prior
behavior of navigator.cookieEnabled which indicated only if cookies were
enabled/disabled for the site and rely on the cross-vendor function
document.hasStorageAccess to indicate if unpartitioned cookie access is
possible.
whatwg/html#10256https://chromestatus.com/feature/6227655153418240https://groups.google.com/a/chromium.org/g/blink-dev/c/xU3gTW4aTfg
Bug: 335553590
Change-Id: I6cc1f2a9caea6220b6f85240ae9875a65a91d179
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5464207
Commit-Queue: Daniel Cheng <[email protected]>
Auto-Submit: Ari Chivukula <[email protected]>
Reviewed-by: Jonathan Njeunje <[email protected]>
Reviewed-by: Daniel Cheng <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1297071}
0 commit comments