File tree Expand file tree Collapse file tree 14 files changed +385
-49
lines changed
dotnet/RefererParser/Resources
java-scala/src/main/resources
python/referer_parser/data Expand file tree Collapse file tree 14 files changed +385
-49
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"unknown" : {
3
+ "Outbrain" : {
4
+ "domains" : [
5
+ " paid.outbrain.com"
6
+ ]
7
+ },
3
8
"Google" : {
4
9
"domains" : [
5
10
" support.google.com" ,
13
18
" news.google.co.uk"
14
19
]
15
20
},
21
+ "Taboola" : {
22
+ "domains" : [
23
+ " trc.taboola.com" ,
24
+ " api.taboola.com"
25
+ ]
26
+ },
16
27
"Yahoo!" : {
17
28
"domains" : [
18
29
" finance.yahoo.com" ,
419
430
" google.com.hk/imgres" ,
420
431
" google.com.jm/imgres" ,
421
432
" google.com.kh/imgres" ,
422
- " google.com.kh/imgres" ,
423
433
" google.com.kw/imgres" ,
424
434
" google.com.lb/imgres" ,
425
435
" google.com.lc/imgres" ,
3745
3755
" renren.com"
3746
3756
]
3747
3757
},
3748
- "vKruguDruzei.ru " : {
3758
+ "Quora " : {
3749
3759
"domains" : [
3750
- " vkrugudruzei.ru "
3760
+ " quora.com "
3751
3761
]
3752
3762
},
3753
3763
"Gaia Online" : {
3849
3859
" t.co"
3850
3860
]
3851
3861
},
3862
+ "vKruguDruzei.ru" : {
3863
+ "domains" : [
3864
+ " vkrugudruzei.ru"
3865
+ ]
3866
+ },
3852
3867
"Donanimhaber" : {
3853
3868
"domains" : [
3854
3869
" donanimhaber.com"
3891
3906
},
3892
3907
"LinkedIn" : {
3893
3908
"domains" : [
3894
- " linkedin.com"
3909
+ " linkedin.com" ,
3910
+ " lnkd.in"
3895
3911
]
3896
3912
},
3897
3913
"Foursquare" : {
3933
3949
"Facebook" : {
3934
3950
"domains" : [
3935
3951
" facebook.com" ,
3936
- " fb.me"
3952
+ " fb.me" ,
3953
+ " m.facebook.com" ,
3954
+ " l.facebook.com" ,
3955
+ " lm.facebook.com"
3956
+ ]
3957
+ },
3958
+ "Disqus" : {
3959
+ "domains" : [
3960
+ " redirect.disqus.com" ,
3961
+ " disq.us" ,
3962
+ " disqus.com"
3937
3963
]
3938
3964
},
3939
3965
"StudiVZ" : {
Original file line number Diff line number Diff line change @@ -51,6 +51,15 @@ unknown:
51
51
- omg.yahoo.com
52
52
- match.yahoo.net
53
53
54
+ Taboola :
55
+ domains :
56
+ - trc.taboola.com
57
+ - api.taboola.com
58
+
59
+ Outbrain :
60
+ domains :
61
+ - paid.outbrain.com
62
+
54
63
55
64
# #######################################################################################################
56
65
#
@@ -129,6 +138,9 @@ social:
129
138
domains :
130
139
- facebook.com
131
140
- fb.me
141
+ - m.facebook.com
142
+ - l.facebook.com
143
+ - lm.facebook.com
132
144
133
145
Qzone :
134
146
domains :
@@ -167,6 +179,7 @@ social:
167
179
LinkedIn :
168
180
domains :
169
181
- linkedin.com
182
+ - lnkd.in
170
183
171
184
Bebo :
172
185
domains :
@@ -437,7 +450,17 @@ social:
437
450
438
451
Donanimhaber :
439
452
domains :
440
- - donanimhaber.com
453
+ - donanimhaber.com
454
+
455
+ Disqus :
456
+ domains :
457
+ - redirect.disqus.com
458
+ - disq.us
459
+ - disqus.com
460
+
461
+ Quora :
462
+ domains :
463
+ - quora.com
441
464
442
465
# #######################################################################################################
443
466
#
@@ -1771,7 +1794,6 @@ search:
1771
1794
- google.com.hk/imgres
1772
1795
- google.com.jm/imgres
1773
1796
- google.com.kh/imgres
1774
- - google.com.kh/imgres
1775
1797
- google.com.kw/imgres
1776
1798
- google.com.lb/imgres
1777
1799
- google.com.lc/imgres
Original file line number Diff line number Diff line change 1
1
{
2
2
"unknown" : {
3
+ "Outbrain" : {
4
+ "domains" : [
5
+ " paid.outbrain.com"
6
+ ]
7
+ },
3
8
"Google" : {
4
9
"domains" : [
5
10
" support.google.com" ,
13
18
" news.google.co.uk"
14
19
]
15
20
},
21
+ "Taboola" : {
22
+ "domains" : [
23
+ " trc.taboola.com" ,
24
+ " api.taboola.com"
25
+ ]
26
+ },
16
27
"Yahoo!" : {
17
28
"domains" : [
18
29
" finance.yahoo.com" ,
419
430
" google.com.hk/imgres" ,
420
431
" google.com.jm/imgres" ,
421
432
" google.com.kh/imgres" ,
422
- " google.com.kh/imgres" ,
423
433
" google.com.kw/imgres" ,
424
434
" google.com.lb/imgres" ,
425
435
" google.com.lc/imgres" ,
3745
3755
" renren.com"
3746
3756
]
3747
3757
},
3748
- "vKruguDruzei.ru " : {
3758
+ "Quora " : {
3749
3759
"domains" : [
3750
- " vkrugudruzei.ru "
3760
+ " quora.com "
3751
3761
]
3752
3762
},
3753
3763
"Gaia Online" : {
3849
3859
" t.co"
3850
3860
]
3851
3861
},
3862
+ "vKruguDruzei.ru" : {
3863
+ "domains" : [
3864
+ " vkrugudruzei.ru"
3865
+ ]
3866
+ },
3852
3867
"Donanimhaber" : {
3853
3868
"domains" : [
3854
3869
" donanimhaber.com"
3891
3906
},
3892
3907
"LinkedIn" : {
3893
3908
"domains" : [
3894
- " linkedin.com"
3909
+ " linkedin.com" ,
3910
+ " lnkd.in"
3895
3911
]
3896
3912
},
3897
3913
"Foursquare" : {
3933
3949
"Facebook" : {
3934
3950
"domains" : [
3935
3951
" facebook.com" ,
3936
- " fb.me"
3952
+ " fb.me" ,
3953
+ " m.facebook.com" ,
3954
+ " l.facebook.com" ,
3955
+ " lm.facebook.com"
3956
+ ]
3957
+ },
3958
+ "Disqus" : {
3959
+ "domains" : [
3960
+ " redirect.disqus.com" ,
3961
+ " disq.us" ,
3962
+ " disqus.com"
3937
3963
]
3938
3964
},
3939
3965
"StudiVZ" : {
Original file line number Diff line number Diff line change @@ -51,6 +51,15 @@ unknown:
51
51
- omg.yahoo.com
52
52
- match.yahoo.net
53
53
54
+ Taboola :
55
+ domains :
56
+ - trc.taboola.com
57
+ - api.taboola.com
58
+
59
+ Outbrain :
60
+ domains :
61
+ - paid.outbrain.com
62
+
54
63
55
64
# #######################################################################################################
56
65
#
@@ -129,6 +138,9 @@ social:
129
138
domains :
130
139
- facebook.com
131
140
- fb.me
141
+ - m.facebook.com
142
+ - l.facebook.com
143
+ - lm.facebook.com
132
144
133
145
Qzone :
134
146
domains :
@@ -167,6 +179,7 @@ social:
167
179
LinkedIn :
168
180
domains :
169
181
- linkedin.com
182
+ - lnkd.in
170
183
171
184
Bebo :
172
185
domains :
@@ -437,7 +450,17 @@ social:
437
450
438
451
Donanimhaber :
439
452
domains :
440
- - donanimhaber.com
453
+ - donanimhaber.com
454
+
455
+ Disqus :
456
+ domains :
457
+ - redirect.disqus.com
458
+ - disq.us
459
+ - disqus.com
460
+
461
+ Quora :
462
+ domains :
463
+ - quora.com
441
464
442
465
# #######################################################################################################
443
466
#
@@ -1771,7 +1794,6 @@ search:
1771
1794
- google.com.hk/imgres
1772
1795
- google.com.jm/imgres
1773
1796
- google.com.kh/imgres
1774
- - google.com.kh/imgres
1775
1797
- google.com.kw/imgres
1776
1798
- google.com.lb/imgres
1777
1799
- google.com.lc/imgres
Original file line number Diff line number Diff line change 1
1
{
2
2
"unknown" : {
3
+ "Outbrain" : {
4
+ "domains" : [
5
+ " paid.outbrain.com"
6
+ ]
7
+ },
3
8
"Google" : {
4
9
"domains" : [
5
10
" support.google.com" ,
13
18
" news.google.co.uk"
14
19
]
15
20
},
21
+ "Taboola" : {
22
+ "domains" : [
23
+ " trc.taboola.com" ,
24
+ " api.taboola.com"
25
+ ]
26
+ },
16
27
"Yahoo!" : {
17
28
"domains" : [
18
29
" finance.yahoo.com" ,
419
430
" google.com.hk/imgres" ,
420
431
" google.com.jm/imgres" ,
421
432
" google.com.kh/imgres" ,
422
- " google.com.kh/imgres" ,
423
433
" google.com.kw/imgres" ,
424
434
" google.com.lb/imgres" ,
425
435
" google.com.lc/imgres" ,
3745
3755
" renren.com"
3746
3756
]
3747
3757
},
3748
- "vKruguDruzei.ru " : {
3758
+ "Quora " : {
3749
3759
"domains" : [
3750
- " vkrugudruzei.ru "
3760
+ " quora.com "
3751
3761
]
3752
3762
},
3753
3763
"Gaia Online" : {
3849
3859
" t.co"
3850
3860
]
3851
3861
},
3862
+ "vKruguDruzei.ru" : {
3863
+ "domains" : [
3864
+ " vkrugudruzei.ru"
3865
+ ]
3866
+ },
3852
3867
"Donanimhaber" : {
3853
3868
"domains" : [
3854
3869
" donanimhaber.com"
3891
3906
},
3892
3907
"LinkedIn" : {
3893
3908
"domains" : [
3894
- " linkedin.com"
3909
+ " linkedin.com" ,
3910
+ " lnkd.in"
3895
3911
]
3896
3912
},
3897
3913
"Foursquare" : {
3933
3949
"Facebook" : {
3934
3950
"domains" : [
3935
3951
" facebook.com" ,
3936
- " fb.me"
3952
+ " fb.me" ,
3953
+ " m.facebook.com" ,
3954
+ " l.facebook.com" ,
3955
+ " lm.facebook.com"
3956
+ ]
3957
+ },
3958
+ "Disqus" : {
3959
+ "domains" : [
3960
+ " redirect.disqus.com" ,
3961
+ " disq.us" ,
3962
+ " disqus.com"
3937
3963
]
3938
3964
},
3939
3965
"StudiVZ" : {
You can’t perform that action at this time.
0 commit comments