chore: Sanitize html content (#4498)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<li>
|
||||
<span class="bullet">❌</span>
|
||||
<span
|
||||
v-html="
|
||||
v-dompurify-html="
|
||||
$t('MERGE_CONTACTS.SUMMARY.DELETE_WARNING', {
|
||||
childContactName,
|
||||
})
|
||||
@@ -17,7 +17,7 @@
|
||||
<li>
|
||||
<span class="bullet">✅</span>
|
||||
<span
|
||||
v-html="
|
||||
v-dompurify-html="
|
||||
$t('MERGE_CONTACTS.SUMMARY.ATTRIBUTE_WARNING', {
|
||||
childContactName,
|
||||
primaryContactName,
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
:reject-text="$t('DELETE_NOTE.CONFIRM.NO')"
|
||||
/>
|
||||
</div>
|
||||
<p class="note__content" v-html="formatMessage(note || '')" />
|
||||
<p v-dompurify-html="formatMessage(note || '')" class="note__content" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user