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
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Electron Version
13.6.1, 15.3.1, 16.0.0.b8
What operating system are you using?
Other Linux
Operating System Version
5.14.12
What arch are you using?
x64
Last Known Working Electron version
unknown
Expected Behavior
Calling e.preventDefault in will-navigate event handler should prevent any navigation within webContents frame.
Actual Behavior
This does not work if the url being navigated to is an about: url, such as about:blank, about: Even random about urls like about:vh99fh2 will cause navigating away.