github.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. {
  2. "strip": [
  3. "script"
  4. ],
  5. "clobberPrefix": "user-content-",
  6. "clobber": [
  7. "name",
  8. "id"
  9. ],
  10. "ancestors": {
  11. "li": [
  12. "ol",
  13. "ul"
  14. ],
  15. "tbody": [
  16. "table"
  17. ],
  18. "tfoot": [
  19. "table"
  20. ],
  21. "thead": [
  22. "table"
  23. ],
  24. "td": [
  25. "table"
  26. ],
  27. "th": [
  28. "table"
  29. ],
  30. "tr": [
  31. "table"
  32. ]
  33. },
  34. "protocols": {
  35. "href": [
  36. "http",
  37. "https",
  38. "mailto"
  39. ],
  40. "cite": [
  41. "http",
  42. "https"
  43. ],
  44. "src": [
  45. "http",
  46. "https"
  47. ],
  48. "longDesc": [
  49. "http",
  50. "https"
  51. ]
  52. },
  53. "tagNames": [
  54. "h1",
  55. "h2",
  56. "h3",
  57. "h4",
  58. "h5",
  59. "h6",
  60. "h7",
  61. "h8",
  62. "br",
  63. "b",
  64. "i",
  65. "strong",
  66. "em",
  67. "a",
  68. "pre",
  69. "code",
  70. "img",
  71. "tt",
  72. "div",
  73. "ins",
  74. "del",
  75. "sup",
  76. "sub",
  77. "p",
  78. "ol",
  79. "ul",
  80. "table",
  81. "thead",
  82. "tbody",
  83. "tfoot",
  84. "blockquote",
  85. "dl",
  86. "dt",
  87. "dd",
  88. "kbd",
  89. "q",
  90. "samp",
  91. "var",
  92. "hr",
  93. "ruby",
  94. "rt",
  95. "rp",
  96. "li",
  97. "tr",
  98. "td",
  99. "th",
  100. "s",
  101. "strike",
  102. "summary",
  103. "details",
  104. "input"
  105. ],
  106. "attributes": {
  107. "a": [
  108. "href"
  109. ],
  110. "img": [
  111. "src",
  112. "longDesc"
  113. ],
  114. "input": [
  115. ["type", "checkbox"],
  116. ["disabled", true]
  117. ],
  118. "li": [
  119. ["className", "task-list-item"]
  120. ],
  121. "div": [
  122. "itemScope",
  123. "itemType"
  124. ],
  125. "blockquote": [
  126. "cite"
  127. ],
  128. "del": [
  129. "cite"
  130. ],
  131. "ins": [
  132. "cite"
  133. ],
  134. "q": [
  135. "cite"
  136. ],
  137. "*": [
  138. "abbr",
  139. "accept",
  140. "acceptCharset",
  141. "accessKey",
  142. "action",
  143. "align",
  144. "alt",
  145. "axis",
  146. "border",
  147. "cellPadding",
  148. "cellSpacing",
  149. "char",
  150. "charoff",
  151. "charSet",
  152. "checked",
  153. "clear",
  154. "cols",
  155. "colSpan",
  156. "color",
  157. "compact",
  158. "coords",
  159. "dateTime",
  160. "dir",
  161. "disabled",
  162. "encType",
  163. "htmlFor",
  164. "frame",
  165. "headers",
  166. "height",
  167. "hrefLang",
  168. "hspace",
  169. "isMap",
  170. "id",
  171. "label",
  172. "lang",
  173. "maxLength",
  174. "media",
  175. "method",
  176. "multiple",
  177. "name",
  178. "nohref",
  179. "noshade",
  180. "nowrap",
  181. "open",
  182. "prompt",
  183. "readOnly",
  184. "rel",
  185. "rev",
  186. "rows",
  187. "rowSpan",
  188. "rules",
  189. "scope",
  190. "selected",
  191. "shape",
  192. "size",
  193. "span",
  194. "start",
  195. "summary",
  196. "tabIndex",
  197. "target",
  198. "title",
  199. "type",
  200. "useMap",
  201. "valign",
  202. "value",
  203. "vspace",
  204. "width",
  205. "itemProp"
  206. ]
  207. },
  208. "required": {
  209. "input": {
  210. "type": "checkbox",
  211. "disabled": true
  212. }
  213. }
  214. }