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

Iframe credentialless (WIP) #1416

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ArthurSonzogni
Copy link
Member

@ArthurSonzogni ArthurSonzogni commented Mar 21, 2022

Explainer and spec:
https://arthursonzogni.github.io/anonymous-iframe/

Iframe credentialless require updating several specifications:

Spec PR
HTML whatwg/html#7695
Fetch #1416 (this)
Storage whatwg/storage#139
CHIPS/Cookies XXX

Summary:

  • Plumb environment'spartition-nonce in the network-partition-key. The value is filled
    from the HTML specification.

(See WHATWG Working Mode: Changes for more details.)

(See WHATWG Working Mode: Changes for more details.)


Preview | Diff

Explainer & specs (WIP)
https://arthursonzogni.github.io/anonymous-iframe/#explainer

Summary:
- Add `partition-nonce` to network-partition-key. The value is filled
  from the HTML specification.

Anonymous iframe require updating several specifications:
- HTML => whatwg/html#7695
- Fetch => (this)
- CHIPS (cookie-having-independent-partition-state) => XXX
- Storage-partitioning => XXX
@ArthurSonzogni
Copy link
Member Author

This is still WIP. I am not requesting a review now, but you can take a look if you are curious.
I guess you can add: (addition/proposal) / (needs implementer interest)

I still need to figure out to describe how this integrate with storage-partitioning, CHIPS, etc...
I would like at the end to have a "WICG/anonymous-iframe" document with an introduction, a gathering of the different PR needed, and a Security/Privacy section, so that one can understand anonymous iframe in a single view.
Here is the WIP: https://arthursonzogni.github.io/anonymous-iframe/#spec-html

ArthurSonzogni added a commit to ArthurSonzogni/storage that referenced this pull request Mar 22, 2022
Explainer & specs (WIP)
https://arthursonzogni.github.io/anonymous-iframe/

This patch adds the `environment`'s `partition-nonce` to the
`storage-key`.
  from the HTML specification.

Anonymous iframe require updating several specifications:
- HTML => whatwg/html#7695
- Fetch => whatwg/fetch#1416
- Storage => (this)
- CHIPS/Cookies => XXX
@annevk annevk added addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest labels Apr 6, 2022
@ArthurSonzogni ArthurSonzogni changed the title Anonymous iframe (WIP) Iframe credentialless (WIP) Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest
Development

Successfully merging this pull request may close these issues.

None yet

2 participants