Skip to content

Not an issue but more a consideration #19

@gtbu

Description

@gtbu

You use innerHTML - https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML

Favor textContent: When dealing with plain text content, it is generally safer to use the textContent property instead of innerHTML.
[1] ---- [2]

While neotoc's internal use of innerHTML for the title cannot be changed by the end-user, being aware of this distinction is important for overall web security.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions