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