Skip to content

Commit

Permalink
Replace "ghost" with "inspect" to avoid false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
omrilotan committed Nov 13, 2023
1 parent 91d9435 commit 790edee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 2 additions & 0 deletions fixtures/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 1 addition & 2 deletions src/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
"feed",
"firephp",
"freesafeip",
"ghost",
"gomezagent",
"google",
"headlesschrome/",
Expand All @@ -120,6 +119,7 @@
"hydra",
"ibisbrowser",
"images",
"inspect",
"iplabel",
"ips-agent",
"java",
Expand Down Expand Up @@ -160,7 +160,6 @@
"supercleaner",
"synapse",
"synthetic",
"taginspector/",
"torrent",
"tracemyfile",
"transcoder",
Expand Down

0 comments on commit 790edee

Please sign in to comment.