Sha256: 94d31b04c5293b80469e464c1de6561407ce3d9414e628e6592a6529c9c029ac
Contents?: true
Size: 252 Bytes
Versions: 40
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true module Legitbot # :nodoc: # https://blogs.bing.com/webmaster/2012/08/31/how-to-verify-that-bingbot-is-bingbot/ class Bing < BotMatch domains 'search.msn.com.' end rule Legitbot::Bing, %w[Bingbot bingbot] end
Version data entries
40 entries across 40 versions & 1 rubygems