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