-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Robotex does not follow redirected robots.txt pages, which can result in pages erroneously appearing to be allowed?. Example:
In https://www.yelp.com/robots.txt:
Disallow: /biz_link
> robotex = Robotex.new "My User Agent"
> robotex.allowed?("https://www.yelp.com/biz_link")
false #correct
> robotex = Robotex.new "My User Agent"
> robotex.allowed?("http://www.yelp.com/biz_link")
true #incorrectMetadata
Metadata
Assignees
Labels
No labels