2 crawlers

This commit is contained in:
Dan Janosik 2024-11-17 11:45:01 -05:00
parent bcec085b2e
commit 9eedde212f
No known key found for this signature in database
GPG key ID: 70C0B166321C0AF8

View file

@ -64,6 +64,8 @@ const crawlerBotUserAgentStrings = {
"python-requests": new RegExp("python-requests", "i"),
"openai": new RegExp("OAI-SearchBot", "i"),
"unidentifiedCrawler": new RegExp("Test Certificate Info", "i"),
"amazon": new RegExp("amazonbot", "i"),
"bytedance": new RegExp("bytespider", "i"),
};
const ipMemoryCache = {};