chore: Sanitize html content (#4498)

This commit is contained in:
Muhsin Keloth 2022-04-21 11:27:28 +05:30 committed by GitHub
parent 2c73df4292
commit 27ddd77a1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 52 additions and 29 deletions

View file

@ -80,8 +80,8 @@
>
<p
v-if="isSignatureAvailable"
v-dompurify-html="formatMessage(messageSignature)"
class="message-signature"
v-html="formatMessage(messageSignature)"
/>
<p v-else class="message-signature">
{{ $t('CONVERSATION.FOOTER.MESSAGE_SIGNATURE_NOT_CONFIGURED') }}