We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rules with trailing comments are not being applied correctly.
Example: https://ask.fmcsa.dot.gov/robots.txt
User-agent: * # ADDED BY HMS Disallow: / # ADDED BY HMS
The above rule should disallow everything on the site. Instead:
> robotex = Robotex.new('testing') > robotex.allowed?('https://ask.fmcsa.dot.gov/anything') true
PR: #3
Reference: https://developers.google.com/search/reference/robots_txt#file-format
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rules with trailing comments are not being applied correctly.
Example:
https://ask.fmcsa.dot.gov/robots.txt
The above rule should disallow everything on the site. Instead:
PR: #3
Reference: https://developers.google.com/search/reference/robots_txt#file-format
The text was updated successfully, but these errors were encountered: