openai bot

This commit is contained in:
Dan Janosik 2024-11-07 15:58:39 -05:00
parent 93da446084
commit 0463623463
No known key found for this signature in database
GPG key ID: 70C0B166321C0AF8

View file

@ -61,7 +61,8 @@ const crawlerBotUserAgentStrings = {
"moz": new RegExp("dotbot", "i"),
"semrush": new RegExp("SemrushBot", "i"),
"majestic": new RegExp("MJ12bot", "i"),
"python-requests": new RegExp("python-requests", "i")
"python-requests": new RegExp("python-requests", "i"),
"openai": new RegExp("OAI-SearchBot", "i"),
};
const ipMemoryCache = {};