Skip to content

Commit

Permalink
Support user agent strings including PhantomJS substring (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
omrilotan committed Mar 13, 2023
1 parent de7c4a9 commit 40cac9f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [3.6.7](https://github.com/omrilotan/isbot/compare/v3.6.6...v3.6.7)
- Add PhantomJS substring
-
## [3.6.6](https://github.com/omrilotan/isbot/compare/v3.6.5...v3.6.6)
- Add CryptoAPI to known bots list
- Add Pageburst
Expand Down
2 changes: 2 additions & 0 deletions fixtures/crawlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,8 @@ PetalBot:
- Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)
Phantomas:
- phantomas/1.11.0 (PhantomJS/1.9.8; linux x64)
PhantomJS:
- Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/538.1 (KHTML, like Gecko) PhantomJS/2.0.0 Safari/538.1
PHP Server Monitor:
- Mozilla/5.0 (compatible; phpservermon/3.1.1; +http://www.phpservermonitor.org)
Picsearch bot:
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.6.6",
"version": "3.6.7",
"description": "🤖 detect bots/crawlers/spiders via the user agent.",
"keywords": [
"bot",
Expand Down
2 changes: 1 addition & 1 deletion src/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"^navermailapp",
"^netsurf",
"^offline explorer",
"^phantom",
"^php",
"^postman",
"^postrank",
Expand Down Expand Up @@ -133,6 +132,7 @@
"pageburst",
"pagespeed",
"perl",
"phantom",
"pingdom",
"powermarks",
"preview",
Expand Down

0 comments on commit 40cac9f

Please sign in to comment.