Commit 90fbc629 authored by NGPixel's avatar NGPixel

fix: kbd xss whitelist

parent a7b2b313
......@@ -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'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment