lib/legitbot/gptbot.rb in legitbot-1.10.1 vs lib/legitbot/gptbot.rb in legitbot-1.10.3

- old
+ new

@@ -1,10 +1,11 @@ # frozen_string_literal: true module Legitbot # :nodoc: # https://platform.openai.com/docs/gptbot class GPTBot < BotMatch - # @fetch:url https://openai.com/gptbot-ranges.txt + # NOTE: fetching has been disabled, see #131 + # @ fetch:url https://openai.com/gptbot-ranges.txt ip_ranges %w[ 52.230.152.0/24 52.233.106.0/24 ] end