mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-21 17:04:21 +01:00
another exception for todylib
This commit is contained in:
parent
7a8468f8b1
commit
fba2d32b44
@ -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'.*testing: good.*',
|
||||
r'.*Warning: <input> attribute "id" has invalid value "#password2".*',
|
||||
]:
|
||||
if re.match(p, line):
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user