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

Add support for non-HTTP(S) bookmarks #62

Closed
ghost opened this issue Jul 9, 2021 · 1 comment · Fixed by #66
Closed

Add support for non-HTTP(S) bookmarks #62

ghost opened this issue Jul 9, 2021 · 1 comment · Fixed by #66
Assignees
Labels
🔨 Feature New feature or request
Milestone

Comments

@ghost
Copy link

ghost commented Jul 9, 2021

Would it be possible to add support for non-HTTP(S) bookmarks, e.g. Steam. At the moment they can be added to the database just fine but when displaying them back the : (colon) is stripped out of the URL link so they break.

The bookmark appears to be fine in the database as per below screenshots:
Bookmark in Edit List
Booked in DB Browser

But when viewing the page the : (colon) has been removed from the link
Link Target in Edge

@pawelmalak pawelmalak added the 🔨 Feature New feature or request label Jul 15, 2021
@pawelmalak pawelmalak self-assigned this Jul 16, 2021
@pawelmalak pawelmalak added this to the v1.6 Release milestone Jul 16, 2021
@pawelmalak pawelmalak linked a pull request Jul 17, 2021 that will close this issue
@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 =)

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.

2 participants