Skip to content

Allowlist only aria-label attributes set in Markdown #4094

@compulim

Description

@compulim

Feature Request

Our sanitize HTML rules only allows aria-label to be set.

  allowedAttributes: {
    a: ['aria-label', 'href', 'name', 'rel', 'target', 'title'],
    img: ['alt', 'class', 'src']
  },

We should allowlist aria-label when using the markdown-it-attrs plug-in.

[feature-request]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions