Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify behavior when cross-site cookie access is allowed for embeds by browser configuration #46

Open
krgovind opened this issue Oct 4, 2024 · 0 comments

Comments

@krgovind
Copy link
Contributor

krgovind commented Oct 4, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant