Skip to content

Commit

Permalink
🛠️ disable fetching IPs for GPTBot
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz committed May 17, 2024
1 parent b6ccedd commit ead6132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/legitbot/gptbot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
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
Expand Down

0 comments on commit ead6132

Please sign in to comment.