Sha256: 3d3a7e9e4471182f2f862b0b99aebd3deda36209b6fdbba5621ec687e27a9500
Contents?: true
Size: 416 Bytes
Versions: 28
Compression:
Stored size: 416 Bytes
Contents
# frozen_string_literal: true module Legitbot # :nodoc: # https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started # https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/troubleshooting-cards class Twitter < BotMatch ip_ranges %w[ 199.16.156.0/22 199.59.148.0/22 192.133.76.0/22 ] end rule Legitbot::Twitter, %w[Twitterbot] end
Version data entries
28 entries across 28 versions & 1 rubygems