fix: html sanitizer - whitelist start prop for ol tag
This commit is contained in:
parent
2ff3abe0d8
commit
17f833509f
@ -27,7 +27,7 @@ module.exports = {
|
||||
label: ['class', 'id', 'for'],
|
||||
li: ['class', 'style'],
|
||||
mark: ['class', 'style'],
|
||||
ol: ['class', 'style'],
|
||||
ol: ['class', 'style', 'start'],
|
||||
p: ['class', 'style'],
|
||||
path: ['d', 'style'],
|
||||
pre: ['class', 'style'],
|
||||
|
Loading…
Reference in New Issue
Block a user