Skip to content
Snippets Groups Projects
Commit 979f2e8d authored by ale's avatar ale
Browse files

Crawl IFRAMEs as related resources

parent 3ff5e7b8
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ var (
{"link", "href", crawl.TagRelated},
{"img", "src", crawl.TagRelated},
{"script", "src", crawl.TagRelated},
{"iframe", "src", crawl.TagRelated},
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment