whatwg / storage

Storage Standard
https://storage.spec.whatwg.org/
Other
126 stars 55 forks source link

Iframe credentialless (WIP) #139

Open ArthurSonzogni opened 2 years ago

ArthurSonzogni commented 2 years ago

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

Anonymous iframe require updating several specifications: Spec PR
HTML https://github.com/whatwg/html/pull/7695
Fetch https://github.com/whatwg/fetch/pull/1416
Storage https://github.com/whatwg/storage/pull/139 (this)
CHIPS/Cookies XXX

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

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


Preview | Diff

ArthurSonzogni commented 2 years ago

This is still WIP. I am not requesting a review now, but you can take a look if you are curious.

I am working on a WICG/anonymous iframe document gathering every PR needed to implement anonymou iframe.