aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorale <ale@incal.net>2017-12-19 08:35:43 +0000
committerale <ale@incal.net>2017-12-19 08:35:43 +0000
commit979f2e8d216629f8beea4bb224686c73ddd0c4b6 (patch)
treed6e31cb729e8c8e04dfbc4d0c471d813523d107e
parent3ff5e7b88f3c2838e93aeb57824c82508e1e1d66 (diff)
downloadcrawl-979f2e8d216629f8beea4bb224686c73ddd0c4b6.tar.gz
crawl-979f2e8d216629f8beea4bb224686c73ddd0c4b6.zip
Crawl IFRAMEs as related resources
-rw-r--r--analysis/links.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/analysis/links.go b/analysis/links.go
index 3f5a795..97957ad 100644
--- a/analysis/links.go
+++ b/analysis/links.go
@@ -26,6 +26,7 @@ var (
{"link", "href", crawl.TagRelated},
{"img", "src", crawl.TagRelated},
{"script", "src", crawl.TagRelated},
+ {"iframe", "src", crawl.TagRelated},
}
)