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
JavaScript DataFlow::globalVarRef now recognizes document.defaultView as an alias of window, allowing flows such as document.defaultView.history.pushState(...) to be modeled and found by queries relying on globalVarRef("history").