-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Any Protocol other than http not working - their content is sent to default search engine (Eg: ftp://ipaddr, blob:somebloburl, javascript:somecode This all goes to search engine #41734
Comments
Even ftp sites and blob urls generated via javascript are going through engine Try searching ftp://xxx.xxx.xx.x:443 it goes through google search Any Explicitly defined protocol by user regex of search query CURRENT WORKAROUND STORE IN BOOKMARKS THEN ACCESS ALSO FTP SITES CANNOT BE OPENED WHY IT POPUP INTENT INTERCEPT AND FAILS |
CC @fmarier what do you think of the issue in terms of security concerns ? |
I believe that
|
cors will already prevent malicious javascript urls being ran on location.href |
#18671 |
What the hell man cannot run bookmarklets cannot export bookmarks |
Hi folks - I'm going to go ahead and close this issue. It's a bit all over the place as-is (are we asking for specific protocols to be allowed-listed?) If there's a specific problem (something that can not be done), let's create a new issue for that specific problem. Capturing clearly what happens and what is expected. And we can go from there. Thanks! |
Using window.open() to open javascript blob protocols be banned is good for security purposes |
No description provided.
The text was updated successfully, but these errors were encountered: