Skip to content

Commit

Permalink
Add splash bot (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: omrilotan <[email protected]>
  • Loading branch information
viraptor and omrilotan authored Jul 19, 2023
1 parent 291e64b commit 5cb0af8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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.13](https://github.com/omrilotan/isbot/compare/v3.6.12...v3.6.13)
- Treat Splash browser as bot [@viraptor](https://github.com/viraptor)

## [3.6.12](https://github.com/omrilotan/isbot/compare/v3.6.11...v3.6.12)
- mem: Make a group non capturing

Expand Down
5 changes: 0 additions & 5 deletions fixtures/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,6 @@ Sonos Player:
- Linux UPnP/1.0 Sonos/50.1-65071 (ACR_:samsung:dreamqltevl:SM-G950W)
- Linux UPnP/1.0 Sonos/54.2-72031 (WDCR:Microsoft Windows NT 10.0.18362)
- Linux UPnP/1.0 Sonos/54.2-72031 (ZPS11)
Splash:
- Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1
- Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/9.0 Safari/602.1
Spotify:
- Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Spotify/1.1.9.383 Safari/537.36
- Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Spotify/1.1.31.703 Safari/537.36
Expand Down Expand Up @@ -677,7 +674,5 @@ ZZZ Glitches and Misidentified Browsers - These browsers are legit user agent ev
- Mozilla / 5.0 (Linux; Android 7.0; GHIA_ZEUS_3G) AppleWebKit / 537.36 (KHTML, como Gecko) Chrome / 87.0.4280.101 Mobile Safari / 537.36
- Mozilla/5.0 (compatible; Lucidworks-Anda/2.0/0.10; +; )
- Mozilla/5.0 (en-us) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13
- Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) splash Version/10.0 Chrome/98.0.4758.80 Safari/537.36
- Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1 | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | en,*
- mWebView.getSettings().setUserAgentString(\x22Mozilla/5.0 (Amiga; U; AmigaOS 1.3; en; rv:1.8.1.19);
- "POST /parser Host: user-agents.net action=parse&amp;format=[json|xml]&amp;string=Mozilla%2F5.0%20%28Linux%3B%20Android%2012%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Version%2F4.0%20Chrome%2F96.0.4664.104%20Mobile%20DuckDuckGo%2F5%20Safari%2F537.36"
4 changes: 4 additions & 0 deletions fixtures/crawlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,10 @@ Speedcurve:
- Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 PTST/SpeedCurve/230120.120134
Spinn3r:
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.19; aggregator:Spinn3r (Spinn3r 3.1); http://spinn3r.com/robot) Gecko/2010040121 Firefox/3.0.19
Splash:
- Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) splash Version/10.0 Chrome/98.0.4758.80 Safari/537.36
- Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1
- Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/9.0 Safari/602.1
Spotify:
- Spotify/1.0
Sputnik 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.12",
"version": "3.6.13",
"description": "🤖 detect bots/crawlers/spiders via the user agent.",
"keywords": [
"bot",
Expand Down
1 change: 1 addition & 0 deletions src/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
"sparkler/",
"speedcurve",
"spider",
"splash",
"statuscake",
"stumbleupon\\.com",
"supercleaner",
Expand Down

0 comments on commit 5cb0af8

Please sign in to comment.