Skip to content

New bleach config allowed_protocols #151

@xdml

Description

@xdml

Currently it will not render phone links:

[+420 123 456 789](tel:+420123456789)

renders to

<a>+420 123 456 789</a>

instead of

<a href="tel:+420123456789">+420 123 456 789</a>

It is because default bleach configuration does not supports tel protocols and tel protocols have to be added manually, see mozilla/bleach#102.

So it will be nice to have configuration allowed_protocols.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions