Skip to content

Commit 6aceaf9

Browse files
author
Agus Makmun
committed
fix: add url reference for html attributes
1 parent 576124d commit 6aceaf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ ALLOWED_HTML_TAGS = [
166166
"sub", "sup", "table", "tbody", "td", "tfoot", "th", "thead", "tr", "u", "ul"
167167
]
168168

169+
# https://github.com/decal/werdlists/blob/master/html-words/html-attributes-list.txt
169170
ALLOWED_HTML_ATTRIBUTES = [
170171
"alt", "class", "color", "colspan", "datetime", # "data",
171172
"height", "href", "id", "name", "reversed", "rowspan",

0 commit comments

Comments
 (0)