mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 01:14:21 +01:00
another exception
This commit is contained in:
parent
4a8aa1c655
commit
7390c931b9
@ -97,6 +97,7 @@ def _is_html_error(line):
|
|||||||
r'.*Warning: <script> inserting "type" attribute.*',
|
r'.*Warning: <script> inserting "type" attribute.*',
|
||||||
r'.*Warning: <input> attribute "id" has invalid value.*',
|
r'.*Warning: <input> attribute "id" has invalid value.*',
|
||||||
r'.*Warning: <a> proprietary attribute.*',
|
r'.*Warning: <a> proprietary attribute.*',
|
||||||
|
r'.*Warning: <input> attribute "type" has invalid value.*',
|
||||||
]:
|
]:
|
||||||
if re.match(p, line):
|
if re.match(p, line):
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user