bot_detection 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/bot_detection/bot_user_agents.rb +12 -0
- data/lib/bot_detection/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1de592441758a62ef6b17cad0dec024dc6626a7b
|
4
|
+
data.tar.gz: 3b0970eab0d212bcb9c42d63ab19e4067c30b558
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b085d9816a53ad6f6a7a1e39f2d5621a15ef1165909e269fff6ff9e69b8461f4404c2712f048c6e871f7e915b120530ffd0f9d39d80f1c6d3d29c46ef37976a
|
7
|
+
data.tar.gz: bb6391774125b04847a251727e1d28aea89872a8a5579345523b902d8674dcf4729c786c02201e422f9c7cf69e50bffa9ec5db138d43254abd8209326a487c80
|
data/CHANGELOG.md
CHANGED
@@ -10,4 +10,16 @@ BotDetection::BotUserAgents = [
|
|
10
10
|
"Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)",
|
11
11
|
"Mozilla/5.0 (compatible; proximic; +http://www.proximic.com/info/spider.php)",
|
12
12
|
"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.0; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20071127 Firefox/3.0.0.11",
|
13
|
+
"ia_archiver (+http://www.alexa.com/site/help/webmasters; crawler@alexa.com)",
|
14
|
+
"Mozilla/5.0 (compatible; Exabot/3.0 (BiggerBetter); +http://www.exabot.com/go/robot)",
|
15
|
+
"Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)",
|
16
|
+
"Mozilla/5.0 (compatible; SMTBot/1.0; +http://www.similartech.com/smtbot)",
|
17
|
+
"Twitterbot/1.0",
|
18
|
+
"LinkedInBot/1.0 (compatible; Mozilla/5.0; Jakarta Commons-HttpClient/3.1 +http://www.linkedin.com)",
|
19
|
+
"Mozilla/5.0 (compatible; XoviBot/2.0; +http://www.xovibot.net/)",
|
20
|
+
"Mozilla/5.0 (compatible; SearchmetricsBot; http://www.searchmetrics.com/en/searchmetrics-bot/)",
|
21
|
+
"Pinterest/0.1 +http://pinterest.com/",
|
22
|
+
"Googlebot (gocrawl v0.4)",
|
23
|
+
"Mozilla/5.0 (compatible; Alexabot/1.0; +http://www.alexa.com/help/certifyscan; certifyscan@alexa.com)",
|
24
|
+
"Flamingo_SearchEngine (+http://www.flamingosearch.com/bot)", # perhaps a search engine?
|
13
25
|
]
|