fix: whitelist task list checkboxes

pull/1609/head
NGPixel 4 years ago
parent b529ad21c9
commit bacbe4f543

@ -21,7 +21,9 @@ module.exports = {
h5: ['class', 'id', 'style'],
h6: ['class', 'id', 'style'],
img: ['alt', 'class', 'draggable', 'height', 'src', 'style', 'width'],
input: ['class', 'disabled', 'type', 'checked', 'id'],
kbd: ['class'],
label: ['class', 'id', 'for'],
li: ['class', 'style'],
mark: ['class', 'style'],
ol: ['class', 'style'],

Loading…
Cancel
Save