mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
another exception
This commit is contained in:
parent
e50df5dde3
commit
4a8aa1c655
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ def _is_html_error(line):
|
|||
r'.*Warning: <table> lacks "summary" attribute.*',
|
||||
r'.*Warning: <script> inserting "type" attribute.*',
|
||||
r'.*Warning: <input> attribute "id" has invalid value.*',
|
||||
r'.*Warning: <a> proprietary attribute.*',
|
||||
]:
|
||||
if re.match(p, line):
|
||||
return False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue