We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8400422 commit 6ecbcafCopy full SHA for 6ecbcaf
src/html5lib/sanitizer.py
@@ -37,7 +37,7 @@ class HTMLSanitizerMixin(object):
37
'dir', 'disabled', 'enctype', 'for', 'frame', 'headers', 'height',
38
'href', 'hreflang', 'hspace', 'id', 'ismap', 'label', 'lang',
39
'longdesc', 'maxlength', 'media', 'method', 'multiple', 'name',
40
- 'nohref', 'noshade', 'nowrap', 'poster', 'prompt', 'readonly',
+ 'nohref', 'noshade', 'nowrap', 'poster', 'preload', 'prompt', 'readonly',
41
'rel', 'rev', 'rows', 'rowspan', 'rules', 'scope', 'selected',
42
'shape', 'size', 'span', 'src', 'start', 'style', 'summary',
43
'tabindex', 'target', 'title', 'type', 'usemap', 'valign',
0 commit comments