Skip to content

Proposal: list of URL schemes to support in markdown rendering #8490

Closed
@guillep2k

Description

@guillep2k

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

No one assigned

    Labels

    type/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions