1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-05-30 15:48:05 +02:00

another exception for todylib

This commit is contained in:
kakwa 2019-02-09 19:21:41 +01:00
parent 7a8468f8b1
commit fba2d32b44

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'.*testing: good.*',
r'.*Warning: <input> attribute "id" has invalid value "#password2".*',
]:
if re.match(p, line):
return False