Commit 17f83350 authored by NGPixel's avatar NGPixel

fix: html sanitizer - whitelist start prop for ol tag

parent 2ff3abe0
...@@ -27,7 +27,7 @@ module.exports = { ...@@ -27,7 +27,7 @@ module.exports = {
label: ['class', 'id', 'for'], label: ['class', 'id', 'for'],
li: ['class', 'style'], li: ['class', 'style'],
mark: ['class', 'style'], mark: ['class', 'style'],
ol: ['class', 'style'], ol: ['class', 'style', 'start'],
p: ['class', 'style'], p: ['class', 'style'],
path: ['d', 'style'], path: ['d', 'style'],
pre: ['class', 'style'], pre: ['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