mirror of https://gitlab.com/bashrc2/epicyon
Extra AI crawler
parent
6c693fa39e
commit
a4ddfa9b55
|
@ -140,7 +140,7 @@ def blocked_user_agent(calling_domain: str, agent_str: str,
|
||||||
'googleother', 'icc-crawler', 'scrapy', 'timpibot',
|
'googleother', 'icc-crawler', 'scrapy', 'timpibot',
|
||||||
'velenpublic', 'webzio-extended', 'cohere-ai', 'facebookexternal',
|
'velenpublic', 'webzio-extended', 'cohere-ai', 'facebookexternal',
|
||||||
'img2dataset', 'isscyberriskcrawler', 'sidetrade', 'kangaroo.ai',
|
'img2dataset', 'isscyberriskcrawler', 'sidetrade', 'kangaroo.ai',
|
||||||
'kangaroo bot', 'iaskspider'
|
'kangaroo bot', 'iaskspider', 'duckassistbot'
|
||||||
)
|
)
|
||||||
for bot_str in llm_bot_strings:
|
for bot_str in llm_bot_strings:
|
||||||
if bot_str in agent_str_lower:
|
if bot_str in agent_str_lower:
|
||||||
|
|
Loading…
Reference in New Issue