Skip to content

Commit 043ca9e

Browse files
committed
Pattern update (AAdd onetrust)
1 parent 0627299 commit 043ca9e

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [5.1.26](https://github.com/omrilotan/isbot/compare/v5.1.25...v5.1.26)
4+
5+
- [Pattern] Pattern update
6+
37
## [5.1.25](https://github.com/omrilotan/isbot/compare/v5.1.24...v5.1.25)
48

59
- [Pattern] Pattern update: Reduce complexity

fixtures/crawlers.yml

+3
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,9 @@ Off By One:
533533
- Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4
534534
Omgili bot:
535535
- omgilibot/0.3 +http://www.omgili.com/Crawler.html
536+
OneTrust:
537+
- Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.199 Safari/537.36; OneTrust;
538+
- Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.199 Safari/537.36; OneTrustBot;
536539
OpenAI (https://www.npmjs.com/package/openai):
537540
- OpenAI/JS 4.77.0
538541
Openindex Spider:

fixtures/downloaded/monperrus.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1179,5 +1179,7 @@
11791179
"SummalyBot/5.1.0",
11801180
"MicrosoftPreview/2.0; +https://aka.ms/MicrosoftPreview",
11811181
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GeedoProductSearch; +http://www.geedo.com/product-search.html) Chrome/79.0.3945.88 Safari/537.36",
1182-
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; TikTokSpider; [email protected])"
1182+
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; TikTokSpider; [email protected])",
1183+
"Mozilla/5.0 (compatible; OnCrawl/1.0; +http://www.oncrawl.com)",
1184+
"Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; OnCrawl/1.0; +http://www.oncrawl.com)"
11831185
]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isbot",
3-
"version": "5.1.25",
3+
"version": "5.1.26",
44
"description": "🤖/👨‍🦰 Recognise bots/crawlers/spiders using the user agent string.",
55
"keywords": [
66
"bot",

src/patterns.json

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
"node",
136136
"nutch",
137137
"offbyone",
138+
"onetrust",
138139
"optimize",
139140
"pageburst",
140141
"pagespeed",

0 commit comments

Comments
 (0)