WICG / fenced-frame

Proposal for a strong boundary between a page and its embedded content
https://wicg.github.io/fenced-frame/
Other
124 stars 31 forks source link

[Spec] Add nonce to network and storage partitioning keys #41

Open shivanigithub opened 2 years ago

shivanigithub commented 2 years ago

The network partitioning key will be updated to include a nonce for the FF tree in the fetch spec. Similar changes will be required for the storage partitioning key.

shivanigithub commented 2 years ago

This is described in https://github.com/WICG/fenced-frame/blob/master/explainer/storage_cookies_network_state.md

gtanzer commented 3 months ago

Implemented by https://github.com/WICG/fenced-frame/pull/149