Whitelist <s> tags for filters

This commit is contained in:
calzoneman 2015-01-19 01:26:46 -06:00
parent e76fd7b1c4
commit 9fc1cbd81c

View file

@ -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"