diff --git a/Text/HTML/SanitizeXSS.hs b/Text/HTML/SanitizeXSS.hs index d36ba24..e024eef 100644 --- a/Text/HTML/SanitizeXSS.hs +++ b/Text/HTML/SanitizeXSS.hs @@ -154,7 +154,7 @@ acceptable_elements = ["a", "abbr", "acronym", "address", "area", "dialog", "dir", "div", "dl", "dt", "em", "event-source", "fieldset", "figcaption", "figure", "footer", "font", "form", "header", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "i", "img", "input", "ins", "keygen", - "kbd", "label", "legend", "li", "m", "map", "menu", "meter", "multicol", + "kbd", "label", "legend", "li", "m", "main", "map", "menu", "meter", "multicol", "nav", "nextid", "ol", "output", "optgroup", "option", "p", "pre", "progress", "q", "s", "samp", "section", "select", "small", "sound", "source", "spacer", "span", "strike", "strong", "sub", "sup", "table", diff --git a/xss-sanitize.cabal b/xss-sanitize.cabal index e047916..727dc95 100644 --- a/xss-sanitize.cabal +++ b/xss-sanitize.cabal @@ -1,5 +1,5 @@ name: xss-sanitize -version: 0.3.5.1 +version: 0.3.5.2 license: BSD3 license-file: LICENSE author: Greg Weber