-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling localhost Links #644
Comments
The
Web page link clicking is opening its address in an external handler/browser, not in the webview itself. But There are measures preventing fishy webview page loading (webview is where https://github.com/ProtonMail/WebClients/ client apps get loaded):
|
Closing as responded. |
Summary:
While the ElectronMail Desktop Application does a great job of handling links that are clicked within the application, it does not completely filter these links to remove localhost.
Platform(s) Affected:
MacOS, Linux, Windows
Steps To Reproduce:
http://localhost:8315/
). The link is passed as is to the system since the application only checks the protocol [Link]Additionally, the application does not include a listener on the
will-navigate
. While it uses additional handlers, it will be a good idea to add a listener to ensure this event is handled the same way that clicks are handled.–
Mir Masood Ali, PhD student, University of Illinois at Chicago
Mohammad Ghasemisharif, PhD Candidate, University of Illinois at Chicago
Chris Kanich, Associate Professor, University of Illinois at Chicago
Jason Polakis, Associate Professor, University of Illinois at Chicago
The text was updated successfully, but these errors were encountered: