add the main tag
This commit is contained in:
parent
68a6f32e17
commit
e6ce233477
@ -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",
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user