Skip to content

Commit

Permalink
Updated following updates to master copies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Sep 2, 2015
1 parent d9fedbc commit 89ad52f
Show file tree
Hide file tree
Showing 14 changed files with 385 additions and 49 deletions.
36 changes: 31 additions & 5 deletions dotnet/RefererParser/Resources/referers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"unknown": {
"Outbrain": {
"domains": [
"paid.outbrain.com"
]
},
"Google": {
"domains": [
"support.google.com",
Expand All @@ -13,6 +18,12 @@
"news.google.co.uk"
]
},
"Taboola": {
"domains": [
"trc.taboola.com",
"api.taboola.com"
]
},
"Yahoo!": {
"domains": [
"finance.yahoo.com",
Expand Down Expand Up @@ -419,7 +430,6 @@
"google.com.hk/imgres",
"google.com.jm/imgres",
"google.com.kh/imgres",
"google.com.kh/imgres",
"google.com.kw/imgres",
"google.com.lb/imgres",
"google.com.lc/imgres",
Expand Down Expand Up @@ -3745,9 +3755,9 @@
"renren.com"
]
},
"vKruguDruzei.ru": {
"Quora": {
"domains": [
"vkrugudruzei.ru"
"quora.com"
]
},
"Gaia Online": {
Expand Down Expand Up @@ -3849,6 +3859,11 @@
"t.co"
]
},
"vKruguDruzei.ru": {
"domains": [
"vkrugudruzei.ru"
]
},
"Donanimhaber": {
"domains": [
"donanimhaber.com"
Expand Down Expand Up @@ -3891,7 +3906,8 @@
},
"LinkedIn": {
"domains": [
"linkedin.com"
"linkedin.com",
"lnkd.in"
]
},
"Foursquare": {
Expand Down Expand Up @@ -3933,7 +3949,17 @@
"Facebook": {
"domains": [
"facebook.com",
"fb.me"
"fb.me",
"m.facebook.com",
"l.facebook.com",
"lm.facebook.com"
]
},
"Disqus": {
"domains": [
"redirect.disqus.com",
"disq.us",
"disqus.com"
]
},
"StudiVZ": {
Expand Down
26 changes: 24 additions & 2 deletions dotnet/RefererParser/Resources/referers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ unknown:
- omg.yahoo.com
- match.yahoo.net

Taboola:
domains:
- trc.taboola.com
- api.taboola.com

Outbrain:
domains:
- paid.outbrain.com


# #######################################################################################################
#
Expand Down Expand Up @@ -129,6 +138,9 @@ social:
domains:
- facebook.com
- fb.me
- m.facebook.com
- l.facebook.com
- lm.facebook.com

Qzone:
domains:
Expand Down Expand Up @@ -167,6 +179,7 @@ social:
LinkedIn:
domains:
- linkedin.com
- lnkd.in

Bebo:
domains:
Expand Down Expand Up @@ -437,7 +450,17 @@ social:

Donanimhaber:
domains:
- donanimhaber.com
- donanimhaber.com

Disqus:
domains:
- redirect.disqus.com
- disq.us
- disqus.com

Quora:
domains:
- quora.com

# #######################################################################################################
#
Expand Down Expand Up @@ -1771,7 +1794,6 @@ search:
- google.com.hk/imgres
- google.com.jm/imgres
- google.com.kh/imgres
- google.com.kh/imgres
- google.com.kw/imgres
- google.com.lb/imgres
- google.com.lc/imgres
Expand Down
36 changes: 31 additions & 5 deletions go/data/referers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"unknown": {
"Outbrain": {
"domains": [
"paid.outbrain.com"
]
},
"Google": {
"domains": [
"support.google.com",
Expand All @@ -13,6 +18,12 @@
"news.google.co.uk"
]
},
"Taboola": {
"domains": [
"trc.taboola.com",
"api.taboola.com"
]
},
"Yahoo!": {
"domains": [
"finance.yahoo.com",
Expand Down Expand Up @@ -419,7 +430,6 @@
"google.com.hk/imgres",
"google.com.jm/imgres",
"google.com.kh/imgres",
"google.com.kh/imgres",
"google.com.kw/imgres",
"google.com.lb/imgres",
"google.com.lc/imgres",
Expand Down Expand Up @@ -3745,9 +3755,9 @@
"renren.com"
]
},
"vKruguDruzei.ru": {
"Quora": {
"domains": [
"vkrugudruzei.ru"
"quora.com"
]
},
"Gaia Online": {
Expand Down Expand Up @@ -3849,6 +3859,11 @@
"t.co"
]
},
"vKruguDruzei.ru": {
"domains": [
"vkrugudruzei.ru"
]
},
"Donanimhaber": {
"domains": [
"donanimhaber.com"
Expand Down Expand Up @@ -3891,7 +3906,8 @@
},
"LinkedIn": {
"domains": [
"linkedin.com"
"linkedin.com",
"lnkd.in"
]
},
"Foursquare": {
Expand Down Expand Up @@ -3933,7 +3949,17 @@
"Facebook": {
"domains": [
"facebook.com",
"fb.me"
"fb.me",
"m.facebook.com",
"l.facebook.com",
"lm.facebook.com"
]
},
"Disqus": {
"domains": [
"redirect.disqus.com",
"disq.us",
"disqus.com"
]
},
"StudiVZ": {
Expand Down
26 changes: 24 additions & 2 deletions go/data/referers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ unknown:
- omg.yahoo.com
- match.yahoo.net

Taboola:
domains:
- trc.taboola.com
- api.taboola.com

Outbrain:
domains:
- paid.outbrain.com


# #######################################################################################################
#
Expand Down Expand Up @@ -129,6 +138,9 @@ social:
domains:
- facebook.com
- fb.me
- m.facebook.com
- l.facebook.com
- lm.facebook.com

Qzone:
domains:
Expand Down Expand Up @@ -167,6 +179,7 @@ social:
LinkedIn:
domains:
- linkedin.com
- lnkd.in

Bebo:
domains:
Expand Down Expand Up @@ -437,7 +450,17 @@ social:

Donanimhaber:
domains:
- donanimhaber.com
- donanimhaber.com

Disqus:
domains:
- redirect.disqus.com
- disq.us
- disqus.com

Quora:
domains:
- quora.com

# #######################################################################################################
#
Expand Down Expand Up @@ -1771,7 +1794,6 @@ search:
- google.com.hk/imgres
- google.com.jm/imgres
- google.com.kh/imgres
- google.com.kh/imgres
- google.com.kw/imgres
- google.com.lb/imgres
- google.com.lc/imgres
Expand Down
36 changes: 31 additions & 5 deletions java-scala/src/main/resources/referers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"unknown": {
"Outbrain": {
"domains": [
"paid.outbrain.com"
]
},
"Google": {
"domains": [
"support.google.com",
Expand All @@ -13,6 +18,12 @@
"news.google.co.uk"
]
},
"Taboola": {
"domains": [
"trc.taboola.com",
"api.taboola.com"
]
},
"Yahoo!": {
"domains": [
"finance.yahoo.com",
Expand Down Expand Up @@ -419,7 +430,6 @@
"google.com.hk/imgres",
"google.com.jm/imgres",
"google.com.kh/imgres",
"google.com.kh/imgres",
"google.com.kw/imgres",
"google.com.lb/imgres",
"google.com.lc/imgres",
Expand Down Expand Up @@ -3745,9 +3755,9 @@
"renren.com"
]
},
"vKruguDruzei.ru": {
"Quora": {
"domains": [
"vkrugudruzei.ru"
"quora.com"
]
},
"Gaia Online": {
Expand Down Expand Up @@ -3849,6 +3859,11 @@
"t.co"
]
},
"vKruguDruzei.ru": {
"domains": [
"vkrugudruzei.ru"
]
},
"Donanimhaber": {
"domains": [
"donanimhaber.com"
Expand Down Expand Up @@ -3891,7 +3906,8 @@
},
"LinkedIn": {
"domains": [
"linkedin.com"
"linkedin.com",
"lnkd.in"
]
},
"Foursquare": {
Expand Down Expand Up @@ -3933,7 +3949,17 @@
"Facebook": {
"domains": [
"facebook.com",
"fb.me"
"fb.me",
"m.facebook.com",
"l.facebook.com",
"lm.facebook.com"
]
},
"Disqus": {
"domains": [
"redirect.disqus.com",
"disq.us",
"disqus.com"
]
},
"StudiVZ": {
Expand Down
Loading

0 comments on commit 89ad52f

Please sign in to comment.