From 790edee55715149ff3888496f0c6fa29c64f3a5a Mon Sep 17 00:00:00 2001 From: omrilotan Date: Mon, 13 Nov 2023 17:20:28 +0000 Subject: [PATCH] Replace "ghost" with "inspect" to avoid false positives --- CHANGELOG.md | 5 ++++- fixtures/browsers.yml | 2 ++ package.json | 2 +- src/list.json | 3 +-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 032ea1a..2474951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -## [3.7.00](https://github.com/omrilotan/isbot/compare/v3.6.13...v3.7.00) +## [3.7.1](https://github.com/omrilotan/isbot/compare/v3.7.0...v3.7.1) +- Replace "ghost" with "inspect" to avoid false positives + +## [3.7.0](https://github.com/omrilotan/isbot/compare/v3.6.13...v3.7.0) - Expose iife and support JSDeliver CDN ## [3.6.13](https://github.com/omrilotan/isbot/compare/v3.6.12...v3.6.13) diff --git a/fixtures/browsers.yml b/fixtures/browsers.yml index 9aa1580..a64de00 100644 --- a/fixtures/browsers.yml +++ b/fixtures/browsers.yml @@ -237,6 +237,8 @@ Fluid: - Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko) Fluid/0.9.6 Safari/528.16 Galeon: - Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051105 Galeon/1.3.21 +Ghostery Private Browser: + - Mozilla/5.0 (Android 11; Mobile; rv:105.0; Ghostery:3.0) Gecko/105.0 Firefox/105.0 GNOME Web: - Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.26+ (KHTML, like Gecko) Version/5.0 Safari/534.26+ Ubuntu/10.10 (2.30.6-1ubuntu5) Epiphany/2.30.6 Gog Galaxy: diff --git a/package.json b/package.json index ef316cd..c5695d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isbot", - "version": "3.7.0", + "version": "3.7.1", "description": "🤖 detect bots/crawlers/spiders via the user agent.", "keywords": [ "bot", diff --git a/src/list.json b/src/list.json index d55df9c..08d619a 100644 --- a/src/list.json +++ b/src/list.json @@ -110,7 +110,6 @@ "feed", "firephp", "freesafeip", - "ghost", "gomezagent", "google", "headlesschrome/", @@ -120,6 +119,7 @@ "hydra", "ibisbrowser", "images", + "inspect", "iplabel", "ips-agent", "java", @@ -160,7 +160,6 @@ "supercleaner", "synapse", "synthetic", - "taginspector/", "torrent", "tracemyfile", "transcoder",