-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
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.
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.