You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also reparent iframe into a page that has changed origins due to sandboxing. I'm not sure what the right answer is here. It feels like it should follow the same rules as a cross-origin redirect.
In #6680 I found that a redirect during traversal causes the entry to swap its document state. This prevents iframe reparenting because it's the document state that holds the nested history.
Feels like the same should happen if the origin changes.
The
history.state
value is persisted in Firefox, Chrome and Safari. This seems not-great since data has crossed an origin boundary.I'm going to spec it so
history.state
is cleared on reload if:cc @domenic as you'll want to avoid the same issues in app history 😄
The text was updated successfully, but these errors were encountered: