Closed
Description
Currently we're allowing only http and https schemes (protocols) in links rendered markdown. There are users that want others, like ftp (e.g. #8478)
Currently, this renders nothing:
[My link](ftp://www.mysite.com)
There are a number of other schemes we could support, and some of them could be very useful, like the aforementioned ftp, VS Code extensions, cvs, ed2k, torrent, git, ssh, magnet, maps, sftp, skype, svn, etc.
I'm not sure which ones could pose a security problem, so I propose adding an app.ini
settings with the list of desired schemes. The obvious default is http, https
, but perhaps we want to add ftp
and others, so let's hear out your ideas.