mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
chg: [correlation] filter blank screenshots
This commit is contained in:
parent
7c7799564f
commit
9efc348506
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ class Crawler(AbstractModule):
|
|||
self.domain = None
|
||||
|
||||
# TODO Replace with warning list ???
|
||||
self.placeholder_screenshots = {'27e14ace10b0f96acd2bd919aaa98a964597532c35b6409dff6cc8eec8214748',
|
||||
self.placeholder_screenshots = {'07244254f73e822bd4a95d916d8b27f2246b02c428adc29082d09550c6ed6e1a' # blank
|
||||
'27e14ace10b0f96acd2bd919aaa98a964597532c35b6409dff6cc8eec8214748', # not found
|
||||
'3e66bf4cc250a68c10f8a30643d73e50e68bf1d4a38d4adc5bfc4659ca2974c0'} # 404
|
||||
|
||||
# Send module state to logs
|
||||
|
|
Loading…
Reference in a new issue