Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forbid HTML string tooltips #20935

Merged
merged 1 commit into from
Aug 23, 2022
Merged

Commits on Aug 23, 2022

  1. Forbid HTML string tooltips

    Tippy allows HTML strings to be passed as content but we do not use this
    feature (we do pass HTML only as Element), so it's better to disable it
    for increased security.
    
    Ref: https://atomiks.github.io/tippyjs/v6/html-content/#string
    silverwind committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    fb3de1b View commit details
    Browse the repository at this point in the history