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
Google site verification bot Mozilla/5.0 (compatible; Google-Site-Verification/1.0) is not recognized as a bot
Mozilla/5.0 (compatible; Google-Site-Verification/1.0)
irb(main):025:0> Browser.new("Mozilla/5.0 (compatible; Google-Site-Verification/1.0)").bot? => false irb(main):026:0> Browser.new("Mozilla/5.0 (compatible; Google-Site-Verification/1.0)").device.id => :unknown irb(main):027:0> Browser.new("Mozilla/5.0 (compatible; Google-Site-Verification/1.0)").platform.id => :other
Browser.new("Mozilla/5.0 (compatible; Google-Site-Verification/1.0)").bot? # => true
Browser.new("Mozilla/5.0 (compatible; Google-Site-Verification/1.0)").bot? # => false
The text was updated successfully, but these errors were encountered:
244c4af
No branches or pull requests
Description
Google site verification bot
Mozilla/5.0 (compatible; Google-Site-Verification/1.0)
is not recognized as a botHow to reproduce
What do you expect
Browser.new("Mozilla/5.0 (compatible; Google-Site-Verification/1.0)").bot? # => true
What happened instead
Browser.new("Mozilla/5.0 (compatible; Google-Site-Verification/1.0)").bot? # => false
Software:
Full backtrace
Report
The text was updated successfully, but these errors were encountered: