add the main tag

This commit is contained in:
Greg Weber 2014-03-30 17:42:14 -07:00
parent 68a6f32e17
commit e6ce233477
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 <greg@gregweber.info>