1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-05-29 23:28:04 +02:00

wider exception for <input> attribute "type" has invalid value

This commit is contained in:
kakwa 2019-02-09 19:26:31 +01:00
parent fba2d32b44
commit e50df5dde3

View File

@ -95,7 +95,7 @@ def _is_html_error(line):
r'.*Warning: <form> proprietary attribute.*',
r'.*Warning: <table> lacks "summary" attribute.*',
r'.*Warning: <script> inserting "type" attribute.*',
r'.*Warning: <input> attribute "id" has invalid value "#password2".*',
r'.*Warning: <input> attribute "id" has invalid value.*',
]:
if re.match(p, line):
return False