fix: xss on tippy fixes #2103

Co-authored-by: Liyas Thomas <hi@liyasthomas.com>
This commit is contained in:
Andrew Bastin
2022-01-31 15:25:57 +05:30
parent 92f2b8eea0
commit 92d8cc7fee
4 changed files with 21 additions and 19 deletions

View File

@@ -5,6 +5,7 @@ Vue.use(VueTippy, {
a11y: false,
animateFill: false,
arrowType: "round",
allowHTML: false,
popperOptions: {
modifiers: {
preventOverflow: {