Sha256: 6bf649db3cd307616011ad1cf16d184224ab04490857d8c909641b5c87d73bd3

Contents?: true

Size: 270 Bytes

Versions: 8

Compression:

Stored size: 270 Bytes

Contents

# frozen_string_literal: true

module Legitbot # :nodoc:
  # https://adbot.amazon.com/index.html
  # https://developer.amazon.com/amazonbot
  class Amazon < BotMatch
    domains 'amazon.', 'amazonadbot.com.'
  end

  rule Legitbot::Amazon, %w[Amazonbot AmazonAdBot]
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
legitbot-1.11.7 lib/legitbot/amazon.rb
legitbot-1.11.6 lib/legitbot/amazon.rb
legitbot-1.11.5 lib/legitbot/amazon.rb
legitbot-1.11.4 lib/legitbot/amazon.rb
legitbot-1.11.3 lib/legitbot/amazon.rb
legitbot-1.11.2 lib/legitbot/amazon.rb
legitbot-1.11.1 lib/legitbot/amazon.rb
legitbot-1.11.0 lib/legitbot/amazon.rb