WICG / navigation-api

The new navigation API provides a new interface for navigations and session history, with a focus on single-page application navigations.
https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigation-api
486 stars 30 forks source link

Make "no-referrer" censor cross-document AppHistoryEntry URLs #189

Closed domenic closed 2 years ago

domenic commented 2 years ago

Also be clear that, despite the shaky spec foundations, the intent after this fix is to expose session history entries across browsing context group swaps.

Closes #71.


Preview | Diff

domenic commented 2 years ago

I don't think we want to protect those:

annevk commented 2 years ago

I was thinking you might want to have private state just for history entries on that document. I think I'm okay with not going to those lengths though.