diff --git a/src/xss.js b/src/xss.js index a6385f2b..145d8862 100644 --- a/src/xss.js +++ b/src/xss.js @@ -5,7 +5,7 @@ var sanitizeHTML = require("sanitize-html"); const ALLOWED_TAGS = [ "button", "center", - "cite" + "cite", "details", "font", "h1",