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

[16.0][IMP] mail_quoted_reply: Sanitize HTML body before quoting #1490

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Commits on Nov 7, 2024

  1. [IMP] mail_quoted_reply: Sanitize HTML body before quoting

    As we are adding HTML from external messages into the mail composer
    HTML widget, we do not control what is in there and it could break
    the webclient or making it unresponsive depending on its content.
    
    Sanitizing the body of the quoted message might not solve all the
    issues, but it at least provides a hook for extra processing.
    grindtildeath committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2a5372f View commit details
    Browse the repository at this point in the history