Files
electron/shell/browser
Shelley Vohr 5c81e889ad fix: respect iframe sandbox flags on the OpenURL navigation path (#51401)
Navigations routed through OpenURLFromTab with a non-CURRENT_TAB
disposition were emitted as `-new-window` without consulting the
initiating frame's sandbox flags. We need to check
`WebSandboxFlags::kPopups` on the initiating FrameTreeNode before
emitting, surfacing a console error when the navigation is rejected.
2026-05-01 17:12:46 -04:00
..