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
the opener's URL is added to the destination browsing context's history
which implies that history.length will become 2, and history.back() will navigate back to the opener URL. (In the current browsing context/tab, I guess?)
However, I think it would be better if this feature were solely user-facing. Instead of modifying anything about developer-facing session history, it would solely modify the browser's back button behavior.