chore: Sanitize html content (#4498)
This commit is contained in:
parent
2c73df4292
commit
27ddd77a1b
28 changed files with 52 additions and 29 deletions
|
@ -91,7 +91,7 @@
|
|||
button-class="large expanded"
|
||||
>
|
||||
</woot-submit-button>
|
||||
<p class="accept--terms" v-html="termsLink"></p>
|
||||
<p v-dompurify-html="termsLink" class="accept--terms"></p>
|
||||
</form>
|
||||
<div class="column text-center sigin--footer">
|
||||
<span>{{ $t('REGISTER.HAVE_AN_ACCOUNT') }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue