Details
Description
filter out the mathml tags from mail body.
use following config to do that.
let clean = DOMPurify.sanitize( dirty , {USE_PROFILES: {html: true}});
filter out the mathml tags from mail body.
use following config to do that.
let clean = DOMPurify.sanitize( dirty , {USE_PROFILES: {html: true}});