chore: Sanitize html content (#4498)
This commit is contained in:
parent
2c73df4292
commit
27ddd77a1b
28 changed files with 52 additions and 29 deletions
|
@ -15,7 +15,10 @@
|
|||
<span class="agent--name">{{ agentName }}</span>
|
||||
<span class="company--name"> {{ companyName }}</span>
|
||||
</div>
|
||||
<div class="message-content" v-html="formatMessage(message, false)"></div>
|
||||
<div
|
||||
v-dompurify-html="formatMessage(message, false)"
|
||||
class="message-content"
|
||||
></div>
|
||||
</button>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue