Skip to content

Commit 334b053

Browse files
authored
Merge pull request #2520 from jordantrizz/new-ua
enhance(browsers): Updated browsers.c user agents
2 parents 0131a74 + 62fe923 commit 334b053

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

src/browsers.c

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static char ***browsers_hash = NULL;
4848

4949
/* {"search string", "belongs to"} */
5050
static const char *browsers[][2] = {
51-
/* Game systems: most of them are based of major browsers,
51+
/* Game systems: most of them are based off major browsers,
5252
* thus they need to go before. */
5353
{"Xbox One", "Game Systems"},
5454
{"Xbox", "Game Systems"},
@@ -131,6 +131,9 @@ static const char *browsers[][2] = {
131131
{"libmpv", "Others"},
132132
{"aria2", "Others"},
133133

134+
/* WordPress Cron*/
135+
{"WordPress/", "Cron"},
136+
134137
/* Feed-reader-as-a-service */
135138
{"AppleNewsBot", "Feeds"},
136139
{"Bloglines", "Feeds"},
@@ -242,7 +245,15 @@ static const char *browsers[][2] = {
242245
{"MauiBot", "Crawlers"},
243246
{"Cloud", "Crawlers"},
244247
{"stagefright", "Crawlers"},
248+
{"ZoteroTranslationServer", "Cralwers"}, /* Nodeja Zotero Translation Server https://github.com/zotero/translation-server */
245249

250+
/* HTTP Library or HTTP Server User Agents - Suggest New Category */
251+
{"axios", "HTTP Library"}, /* NodeJS axios axios-http.com */
252+
{"lua-resty-http", "HTTP Library"}, /* Nginx lua-resty-http module */
253+
254+
/* Citation Services */
255+
{"Citoid", "Citation" }, /* MediaWiki Citoid Citation Service https://www.mediawiki.org/wiki/Citoid */
256+
{"EasyBib", "Citation" }, /* Easybib Citation https://easybib.com */
246257

247258
/* Podcast fetchers */
248259
{"Downcast", "Podcasts"},
@@ -269,13 +280,26 @@ static const char *browsers[][2] = {
269280
{"Thunderbird", "Feeds"},
270281
{"Winds", "Feeds"},
271282

283+
/* Uptime and Monitoring clients */
272284
{"Pingdom.com", "Uptime"},
273285
{"jetmon", "Uptime"},
274286
{"NodeUptime", "Uptime"},
275287
{"NewRelicPinger", "Uptime"},
276288
{"StatusCake", "Uptime"},
277289
{"internetVista", "Uptime"},
278290
{"Server Density Service Monitoring v2", "Uptime"},
291+
{"Better Uptime Bot","Uptime"},
292+
{"Site24x7","Uptime"},
293+
{"Uptime-Kuma","Uptime"},
294+
295+
/* Performance and Caching - Suggest a new category */
296+
{"ShortPixel", "Performance"}, /* Image Optimization*/
297+
{"WP Rocket", "Caching"}, /* Preloading Cache for WordPress Plugin */
298+
299+
/* Security - Suggest a new category */
300+
{"Barracuda Sentinel", "Security"}, /* Barricuda spear fishing service */
301+
{"ACI Site Scanner","Security"}, /* Can't confirm specific vendor */
302+
279303

280304
{"Mozilla", "Others"}
281305
};

0 commit comments

Comments
 (0)