Skip to content
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

Not working chrome:// links and others #74

Closed
deryaba opened this issue Aug 5, 2021 · 3 comments · Fixed by #81
Closed

Not working chrome:// links and others #74

deryaba opened this issue Aug 5, 2021 · 3 comments · Fixed by #81
Labels
🔨 Feature New feature or request

Comments

@deryaba
Copy link

deryaba commented Aug 5, 2021

The same thing happens with chrome:// links. Is there a possibility to allow any types of links?
There's many schemas like these:

  • chrome:// (it's the issue what I facing with)
  • magnet:// (torrent)
  • rtsp:// (video cams)
  • git://
  • ftp:// (almost dead, but maybe still used)
  • about: (I dunno if it's really used nowadays, just remembered about it)

So, here's a list of common schemas. It would be nice if you add at least the most commonly used ones =)

Originally posted by @deryaba in #62 (comment)

@pawelmalak pawelmalak added the 🔨 Feature New feature or request label Aug 5, 2021
@Samuel-Martineau
Copy link
Contributor

about:// is the equivalent of chrome:// for FireFox

@pawelmalak
Copy link
Owner

@deryaba Do you have any web app example with chrome:// protocol working?

@pawelmalak pawelmalak linked a pull request Aug 28, 2021 that will close this issue
pawelmalak added a commit that referenced this issue Aug 28, 2021
Add support for all protocols for urls (fix #74)
@deryaba
Copy link
Author

deryaba commented Sep 29, 2021

about:// is the equivalent of chrome:// for FireFox

Sorry for belated answer, I was on vacation. =)
The example is chrome://net-internals/#dns. But I do not sure now it is not a problem on Chrome side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants