fix: html sanitizer - whitelist i tag

This commit is contained in:
NGPixel 2020-04-17 13:04:56 -04:00
parent 5075f16731
commit 2ff3abe0d8

View File

@ -20,6 +20,7 @@ module.exports = {
h4: ['class', 'id', 'style'],
h5: ['class', 'id', 'style'],
h6: ['class', 'id', 'style'],
i: ['class', 'style'],
img: ['alt', 'class', 'draggable', 'height', 'src', 'style', 'width'],
input: ['class', 'disabled', 'type', 'checked', 'id'],
kbd: ['class'],