mirror of
https://github.com/janoside/btc-rpc-explorer.git
synced 2026-08-13 12:33:13 +02:00
another crawler
This commit is contained in:
parent
66839bdc2d
commit
0cee7cefb6
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ const crawlerBotUserAgentStrings = {
|
|||
"majestic": new RegExp("MJ12bot", "i"),
|
||||
"python-requests": new RegExp("python-requests", "i"),
|
||||
"openai": new RegExp("OAI-SearchBot", "i"),
|
||||
"unidentifiedCrawler": new RegExp("Test Certificate Info", "i"),
|
||||
};
|
||||
|
||||
const ipMemoryCache = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue