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

[Spec] Integrate network revocation with credentialless iframes #191

Open
blu25 opened this issue Sep 12, 2024 · 1 comment
Open

[Spec] Integrate network revocation with credentialless iframes #191

blu25 opened this issue Sep 12, 2024 · 1 comment

Comments

@blu25
Copy link
Collaborator

blu25 commented Sep 12, 2024

https://wicg.github.io/anonymous-iframe/#dom-window-credentialless

Credentialless iframes' partitions are determined by a page credentialless nonce, which is unique to each top-level window.

We need to extend our network revocation algorithm to revoke network access for the page credentialless nonce on top of the existing fenced frame partition nonce.

This can be done simply by calling the new [=revoke network for a partition nonce=] algorithm on the relevant window's page credentialless nonce where the current TODO is in #169.

@domfarolino
Copy link
Collaborator

Please describe what "integrate" means? What needs to be done? Is there some processing model in that spec that we need to monkeypatch or invoke in a special way with fenced frames? Please make the OP text of this issue actionable with a problem statement and rough solution thoughts.

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

2 participants