Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace "ghost" with "inspect" to avoid false positives #223

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading