Do not allow SVG by default (#3640)

This commit is contained in:
Paulus Schoutsen
2019-09-06 17:36:28 -07:00
committed by GitHub
parent 3aba2e3408
commit 2ff4d0fa4b
6 changed files with 36 additions and 14 deletions

View File

@@ -39,7 +39,7 @@ export const showOptionsFlowDialog = (
return description
? html`
<ha-markdown .content=${description}></ha-markdown>
<ha-markdown allowsvg .content=${description}></ha-markdown>
`
: "";
},