| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- {
- "strip": [
- "script"
- ],
- "clobberPrefix": "user-content-",
- "clobber": [
- "name",
- "id"
- ],
- "ancestors": {
- "li": [
- "ol",
- "ul"
- ],
- "tbody": [
- "table"
- ],
- "tfoot": [
- "table"
- ],
- "thead": [
- "table"
- ],
- "td": [
- "table"
- ],
- "th": [
- "table"
- ],
- "tr": [
- "table"
- ]
- },
- "protocols": {
- "href": [
- "http",
- "https",
- "mailto"
- ],
- "cite": [
- "http",
- "https"
- ],
- "src": [
- "http",
- "https"
- ],
- "longDesc": [
- "http",
- "https"
- ]
- },
- "tagNames": [
- "h1",
- "h2",
- "h3",
- "h4",
- "h5",
- "h6",
- "h7",
- "h8",
- "br",
- "b",
- "i",
- "strong",
- "em",
- "a",
- "pre",
- "code",
- "img",
- "tt",
- "div",
- "ins",
- "del",
- "sup",
- "sub",
- "p",
- "ol",
- "ul",
- "table",
- "thead",
- "tbody",
- "tfoot",
- "blockquote",
- "dl",
- "dt",
- "dd",
- "kbd",
- "q",
- "samp",
- "var",
- "hr",
- "ruby",
- "rt",
- "rp",
- "li",
- "tr",
- "td",
- "th",
- "s",
- "strike",
- "summary",
- "details",
- "input"
- ],
- "attributes": {
- "a": [
- "href"
- ],
- "img": [
- "src",
- "longDesc"
- ],
- "input": [
- ["type", "checkbox"],
- ["disabled", true]
- ],
- "li": [
- ["className", "task-list-item"]
- ],
- "div": [
- "itemScope",
- "itemType"
- ],
- "blockquote": [
- "cite"
- ],
- "del": [
- "cite"
- ],
- "ins": [
- "cite"
- ],
- "q": [
- "cite"
- ],
- "*": [
- "abbr",
- "accept",
- "acceptCharset",
- "accessKey",
- "action",
- "align",
- "alt",
- "axis",
- "border",
- "cellPadding",
- "cellSpacing",
- "char",
- "charoff",
- "charSet",
- "checked",
- "clear",
- "cols",
- "colSpan",
- "color",
- "compact",
- "coords",
- "dateTime",
- "dir",
- "disabled",
- "encType",
- "htmlFor",
- "frame",
- "headers",
- "height",
- "hrefLang",
- "hspace",
- "isMap",
- "id",
- "label",
- "lang",
- "maxLength",
- "media",
- "method",
- "multiple",
- "name",
- "nohref",
- "noshade",
- "nowrap",
- "open",
- "prompt",
- "readOnly",
- "rel",
- "rev",
- "rows",
- "rowSpan",
- "rules",
- "scope",
- "selected",
- "shape",
- "size",
- "span",
- "start",
- "summary",
- "tabIndex",
- "target",
- "title",
- "type",
- "useMap",
- "valign",
- "value",
- "vspace",
- "width",
- "itemProp"
- ]
- },
- "required": {
- "input": {
- "type": "checkbox",
- "disabled": true
- }
- }
- }
|