Sha256: e9e28247255a13090febfeebd9e0fa21c1a54390f2399da653e5f529ab352245

Contents?: true

Size: 242 Bytes

Versions: 9

Compression:

Stored size: 242 Bytes

Contents

# frozen_string_literal: true

require 'ipaddr'

module Legitbot # :nodoc:
  # https://support.apple.com/en-us/119829
  class Apple < BotMatch
    domains 'applebot.apple.com.'
  end

  rule Legitbot::Apple, %w[
    Applebot
    iTMS
  ]
end

Version data entries

9 entries across 9 versions & 1 rubygems

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