mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-16 20:42:06 +00:00
Whitelist <s> tags for filters
This commit is contained in:
parent
e76fd7b1c4
commit
9fc1cbd81c
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue