diff --git a/mvt/ios/modules/mixed/webkit_resource_load_statistics.py b/mvt/ios/modules/mixed/webkit_resource_load_statistics.py index 0fec08d..b516a65 100644 --- a/mvt/ios/modules/mixed/webkit_resource_load_statistics.py +++ b/mvt/ios/modules/mixed/webkit_resource_load_statistics.py @@ -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: