mirror of
https://github.com/mvt-project/mvt.git
synced 2026-03-27 14:00:21 +01:00
Remove dead commented-out code in webkit_session_resource_log
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user