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
We should specify the behavior when requestStorageAccessFor is invoked on an origin that already has cookie access due to user configuration (e.g. third-party cookies are generally allowed, or allowed for that particular site):
Does the user gesture requirement still apply?
Can other implementation-defined steps be bypassed if the origin already has access?
This is particular relevant with Chrome's proposed user choice approach, where some browser instances may continue to allow third-party cookies. Ideally, the API should immediately resolve to "granted"; but we may need to discuss considerations that I'm not taking into account.
The text was updated successfully, but these errors were encountered:
We should specify the behavior when requestStorageAccessFor is invoked on an origin that already has cookie access due to user configuration (e.g. third-party cookies are generally allowed, or allowed for that particular site):
This is particular relevant with Chrome's proposed user choice approach, where some browser instances may continue to allow third-party cookies. Ideally, the API should immediately resolve to "granted"; but we may need to discuss considerations that I'm not taking into account.
The text was updated successfully, but these errors were encountered: