mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-12 16:42:45 +00:00
Fix bug recording detections in WebkitResourceLoadStatistics module
This commit is contained in:
@@ -58,7 +58,7 @@ class WebkitResourceLoadStatistics(IOSExtraction):
|
||||
if not self.indicators:
|
||||
return
|
||||
|
||||
self.detected = {}
|
||||
self.detected = []
|
||||
for result in self.results:
|
||||
ioc = self.indicators.check_domain(result["registrable_domain"])
|
||||
if ioc:
|
||||
|
||||
Reference in New Issue
Block a user