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