mirror of
https://github.com/janoside/btc-rpc-explorer.git
synced 2026-08-13 12:33:13 +02:00
openai bot
This commit is contained in:
parent
93da446084
commit
0463623463
1 changed files with 2 additions and 1 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue