mirror of
https://github.com/calzoneman/sync.git
synced 2024-09-13 04:32:09 +00:00
Merge remote-tracking branch 'upstream/3.0' into polltime
This commit is contained in:
commit
c3cd84f7af
@ -5,6 +5,7 @@ var sanitizeHTML = require("sanitize-html");
|
||||
const ALLOWED_TAGS = [
|
||||
"button",
|
||||
"center",
|
||||
"cite"
|
||||
"details",
|
||||
"font",
|
||||
"h1",
|
||||
@ -13,8 +14,12 @@ const ALLOWED_TAGS = [
|
||||
"marquee", // It pains me to do this, but a lot of people use it...
|
||||
"s",
|
||||
"section",
|
||||
"small",
|
||||
"span",
|
||||
"summary"
|
||||
"sub",
|
||||
"summary",
|
||||
"sup",
|
||||
"template"
|
||||
];
|
||||
|
||||
const ALLOWED_ATTRIBUTES = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user