fix: kbd xss whitelist

This commit is contained in:
NGPixel 2020-02-08 16:11:35 -05:00
parent a7b2b31314
commit 90fbc62917

View File

@ -18,6 +18,7 @@ module.exports = {
h5: ['class', 'id', 'style'],
h6: ['class', 'id', 'style'],
img: ['alt', 'class', 'draggable', 'height', 'src', 'style', 'width'],
kbd: ['class'],
li: ['class', 'style'],
mark: ['class', 'style'],
ol: ['class', 'style'],