fix(core): Do not use `v-html` for translation output
The content that can be renderered does *not* include HTML (see `recommended` object). But `v-html` was used, this is potentially dangerous, even though we sanitize the translation values, so no urgent harm but better safe than sorry. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>pull/49346/head
parent
fb75e2de78
commit
52769a47ed
Loading…
Reference in New Issue