Block some ai crawlers

main
Bob Mottram 2024-01-12 12:42:33 +00:00
parent 62b893dd8d
commit 4c04d0f0ea
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ def blocked_user_agent(calling_domain: str, agent_str: str,
# unless this is a news instance or if it is in the allowed list
bot_strings = ('bot/', 'bot-', '/bot', '/robot', 'gptbot',
'-ai/', ' ai/', '-ai ', ' ai ', 'spider/',
'externalhit/')
'externalhit/', 'chatgpt')
contains_bot_string = False
for bot_str in bot_strings:
if bot_str in agent_str_lower: