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

Allow iFrames from trusted sources in MarkdownView #2532

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Sep 19, 2024

  1. Update showdown from v 1.9.0 to v 2.1.0

    Markdown renderer: 10-11-2018 version to 21-04-2022 version
    
    Issue #1383
    robyngit committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    eb2e381 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Allow iFrames from trusted sources in MarkdownView

    - Add a new Showdown extension to allow iFrames from trusted sources
    - Add a property in the AppModel to store the list of trusted sources
    - Allow iFrames through the xss filter with limited attributes so that they can be processed by the new Showdown extension
    - Add the new Showdown extension to the MarkdownView
    
    Issue #1383
    robyngit committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    27bf4c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    4fd47d5 View commit details
    Browse the repository at this point in the history