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

Add bots and bot_exceptions #466

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
- Fix issue with `Browser::Base#safari?` matching full version
- Add Maxthon detection
- Add Google Search App detection
- Add FullStory to the bot list.
- Add Charlotte to the bot list.
- Add Echobox to the bot list.
- Add Yandex's search browser to the exception list.
- Add Cubot devices to the exception list.
- Add NAVER search app to the exception list.
- Add MiuiQuickSearchBox to the exception list.
- Add MEIZU_AppSearch to the exception list.

## 4.2.0

Expand Down
5 changes: 5 additions & 0 deletions bot_exceptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
- pinterest/android
- pinterest/ios
- yandexsearchbrowser
- yasearchbrowser
- cubot
- naver
- miuiquicksearchbox
- meizu_appsearch
3 changes: 3 additions & 0 deletions bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ butterfly: Topsy Labs
buzzbot: Buzzbot
buzztalk: buzztalk
catchbot: CatchBot (catchbot.com)
charlotte: Charlotte
check_http: Nagios monitor
chrome-lighthouse: Chrome-Lighthouse
cipacrawler: CipaCrawler
Expand Down Expand Up @@ -64,6 +65,7 @@ domainsbot: DomainsBot
domaintunocrawler: DomainTuno
dotbot: Dot Bot
duckduck: Duck Duck Go
echoboxbot: Echobox
elb-healthchecker: AWS ELB HealthChecker
embedly: Embedly
eoaagent: EOAAgent
Expand All @@ -79,6 +81,7 @@ feedfetcher-google: Google Feedfetcher
findxbot: Findxbot
flipboardproxy: FlipboardProxy
friendfeedbot: FriendFeed
fullstorybot: FullStory Bot
fyrebot: Fyrebot
garlik: GarlikCrawler
genieo: Genieo Web filter bot
Expand Down
3 changes: 3 additions & 0 deletions test/ua_bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ BINGBOT: "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm
BINGPREVIEW: "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b"
BUBING: "BUbiNG (+http://law.di.unimi.it/BUbiNG.html)"
BUZZBOT: "Buzzbot/1.0 (Buzzbot; http://www.buzzstream.com; [email protected])"
CHARLOTTE: "Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)"
CHROME_LIGHTHOUSE: "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Mobile Safari/537.36 Chrome-Lighthouse"
CIPACRAWLER: "CipaCrawler/3.0 ([email protected]; http://www.domaincrawler.com/www.example.com)"
CLOUDFLARE: "Mozilla/5.0 (compatible; CloudFlare-AlwaysOnline/1.0; +http://www.cloudflare.com/always-online) AppleWebKit/534.34"
Expand All @@ -25,8 +26,10 @@ DAUMOA: "Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server;
DOMAINAREANIMATOR: "Domain Re-Animator Bot (http://domainreanimator.com) - [email protected]"
DOT_BOT: "Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, [email protected])"
DUCKDUCKGO: "DuckDuckBot/1.0; (+http://duckduckgo.com/duckduckbot.html)"
ECHOBOX: "Mozilla/5.0 (compatible; EchoboxBot/1.0; hash/w4mwnpbXf3MFAbxOkJRw; +http://www.echobox.com)"
EZPUBLISH: "eZ Publish Link Validator"
FACEBOOK_BOT: "facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)"
FULLSTORY_BOT: "FullStoryBot/1.0 (+https://www.fullstory.com)"
FYREBOT: "Fyrebot/1.0"
GARLIK: "GarlikCrawler/1.2 (http://garlik.com/, [email protected])"
GERMCRAWLER: "GermCrawler"
Expand Down