Remove dead commented-out code in webkit_session_resource_log

This commit is contained in:
Janik Besendorf
2026-03-25 08:43:52 +01:00
parent efbd4bbdc0
commit d4b1c6bd25

View File

@@ -76,12 +76,6 @@ class WebkitSessionResourceLog(IOSExtraction):
entry["redirect_destination"]
)
# TODO: Currently not used.
# subframe_origins = self._extract_domains(
# entry["subframe_under_origin"])
# subresource_domains = self._extract_domains(
# entry["subresource_under_origin"])
all_origins = set(
[entry["origin"]] + source_domains + destination_domains
)