mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
01254fd764
commit
550e81d32d
|
@ -129,6 +129,7 @@ def blocked_user_agent(calling_domain: str, agent_str: str,
|
|||
llm = False
|
||||
|
||||
# is this an LLM crawler?
|
||||
# https://github.com/ai-robots-txt/ai.robots.txt/blob/main/robots.txt
|
||||
llm_bot_strings = (
|
||||
'gptbot', '-ai/', ' ai/', '-ai ', ' ai ', 'chatgpt',
|
||||
'anthropic', 'mlbot', 'claude-web', 'claudebot', 'ccbot',
|
||||
|
|
Loading…
Reference in New Issue