Fix bug recording detections in WebkitResourceLoadStatistics module

This commit is contained in:
Donncha Ó Cearbhaill
2023-07-18 18:02:42 +02:00
parent ae2ab02347
commit 76d7534b05

View File

@@ -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: