Whitelist <s> tags for filters
This commit is contained in:
parent
e76fd7b1c4
commit
9fc1cbd81c
|
@ -11,6 +11,7 @@ const ALLOWED_TAGS = [
|
|||
"h2",
|
||||
"img",
|
||||
"marquee", // It pains me to do this, but a lot of people use it...
|
||||
"s",
|
||||
"section",
|
||||
"span",
|
||||
"summary"
|
||||
|
|
Loading…
Reference in a new issue