-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
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. |
Updated the description with the steps that will need to be taken to get this to work. It doesn't seem too complicated as long as we can easily get access to the 2 nonces we need access to in the fetch algorithm. |
Hmm, what do you mean by "relevant window"? Do you mean calling the |
I'm referring to the window returned by getting this's relevant global object, which I'm assuming will be the latter. |
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.
Steps to fix this:
[=revoke network for a partition nonce=]
algorithm on the relevant window's page credentialless nonce in thedisableUntrustedNetwork()
algorithm.It seems that the pieces we need are there and easily accessible, but the biggest lingering question is making sure the nonces are in place when checking whether a navigation should be blocked (in step 2).
The text was updated successfully, but these errors were encountered: