@ghostery/trackerdb 1.0.16 → 1.0.18
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.
- package/dist/trackerdb.engine +0 -0
- package/dist/trackerdb.json +28 -32
- package/package.json +1 -1
package/dist/trackerdb.engine
CHANGED
|
Binary file
|
package/dist/trackerdb.json
CHANGED
|
@@ -3,81 +3,81 @@
|
|
|
3
3
|
"advertising": {
|
|
4
4
|
"name": "Advertising",
|
|
5
5
|
"color": "#cb55cd",
|
|
6
|
-
"description": "
|
|
6
|
+
"description": "Advertising services that utilize data collection, behavioral analysis, and user retargeting."
|
|
7
7
|
},
|
|
8
8
|
"audio_video_player": {
|
|
9
9
|
"name": "Audio/Video Player",
|
|
10
|
-
"color": "#
|
|
11
|
-
"description": "
|
|
10
|
+
"color": "#4ecb43",
|
|
11
|
+
"description": "Most audio and video players on websites."
|
|
12
12
|
},
|
|
13
13
|
"cdn": {
|
|
14
14
|
"name": "CDN",
|
|
15
|
-
"color": "#
|
|
16
|
-
"description": "Content
|
|
15
|
+
"color": "#4ecba1",
|
|
16
|
+
"description": "Content Delivery Networks (CDNs) distribute resources for different site utilities, and collect user analytics and tracking data."
|
|
17
17
|
},
|
|
18
18
|
"comments": {
|
|
19
19
|
"name": "Comments",
|
|
20
|
-
"color": "#
|
|
21
|
-
"description": "
|
|
20
|
+
"color": "#4ea1cb",
|
|
21
|
+
"description": "Comment sections for articles and product reviews."
|
|
22
22
|
},
|
|
23
23
|
"consent": {
|
|
24
24
|
"name": "Consent Management",
|
|
25
|
-
"color": "#
|
|
26
|
-
"description": "
|
|
25
|
+
"color": "#556fcd",
|
|
26
|
+
"description": "Cookie consent managers, allowing websites different levels of tracking user activity."
|
|
27
27
|
},
|
|
28
28
|
"customer_interaction": {
|
|
29
29
|
"name": "Customer Interaction",
|
|
30
|
-
"color": "#
|
|
31
|
-
"description": "
|
|
30
|
+
"color": "#ef671e",
|
|
31
|
+
"description": "Chat widgets, customer support, and other interaction tools."
|
|
32
32
|
},
|
|
33
33
|
"email": {
|
|
34
34
|
"name": "Email",
|
|
35
|
-
"color": "#
|
|
36
|
-
"description": "
|
|
35
|
+
"color": "#4e4ecb",
|
|
36
|
+
"description": "Tracking pixels used to measure email open rates."
|
|
37
37
|
},
|
|
38
38
|
"essential": {
|
|
39
39
|
"name": "Essential",
|
|
40
40
|
"color": "#fc9734",
|
|
41
|
-
"description": "
|
|
41
|
+
"description": "Site requests that may be critical to website functionality, such as tag managers and privacy notices."
|
|
42
42
|
},
|
|
43
43
|
"extensions": {
|
|
44
44
|
"name": "Extensions",
|
|
45
|
-
"color": "#
|
|
46
|
-
"description": "Software
|
|
45
|
+
"color": "#a14ecb",
|
|
46
|
+
"description": "Software that intercepts and analyzes browser requests by redirecting traffic to itself. This includes browser hijacking extensions, but also legitimate applications like anti-virus software."
|
|
47
47
|
},
|
|
48
48
|
"hosting": {
|
|
49
49
|
"name": "Hosting",
|
|
50
|
-
"color": "#
|
|
51
|
-
"description": "Services providing access to websites have access to server logs, including IP address and
|
|
50
|
+
"color": "#8459a5",
|
|
51
|
+
"description": "Services providing access to websites have access to server logs, including IP address and User Agent information."
|
|
52
52
|
},
|
|
53
53
|
"misc": {
|
|
54
54
|
"name": "Misc",
|
|
55
|
-
"color": "#
|
|
56
|
-
"description": "
|
|
55
|
+
"color": "#cb4ea1",
|
|
56
|
+
"description": "Different types of unclassified trackers."
|
|
57
57
|
},
|
|
58
58
|
"pornvertising": {
|
|
59
59
|
"name": "Adult Advertising",
|
|
60
|
-
"color": "#
|
|
61
|
-
"description": "
|
|
60
|
+
"color": "#cb4343",
|
|
61
|
+
"description": "Advertising services designed for adult content sites."
|
|
62
62
|
},
|
|
63
63
|
"site_analytics": {
|
|
64
64
|
"name": "Site Analytics",
|
|
65
65
|
"color": "#87d7ef",
|
|
66
|
-
"description": "
|
|
66
|
+
"description": "Data analytics, site usage, and performance trackers."
|
|
67
67
|
},
|
|
68
68
|
"social_media": {
|
|
69
69
|
"name": "Social Media",
|
|
70
|
-
"color": "#
|
|
71
|
-
"description": "
|
|
70
|
+
"color": "#cba14e",
|
|
71
|
+
"description": "Features related to social media platforms."
|
|
72
72
|
},
|
|
73
73
|
"telemetry": {
|
|
74
74
|
"name": "Telemetry",
|
|
75
|
-
"color": "#
|
|
76
|
-
"description": "
|
|
75
|
+
"color": "#a1cb4e",
|
|
76
|
+
"description": "Gathers information about user interaction, error reports, and performance. The data is used to improve products."
|
|
77
77
|
},
|
|
78
78
|
"unidentified": {
|
|
79
79
|
"name": "Unidentified",
|
|
80
|
-
"color": "#
|
|
80
|
+
"color": "#dbdfe7",
|
|
81
81
|
"description": "These trackers have not been categorized yet."
|
|
82
82
|
}
|
|
83
83
|
},
|
|
@@ -34949,8 +34949,6 @@
|
|
|
34949
34949
|
"||g.doubleclick.net^$3p",
|
|
34950
34950
|
"||google.com/pagead/drt/ui",
|
|
34951
34951
|
"||google.com/pagead/lvz",
|
|
34952
|
-
"||google.com/uds/api/ads/1.0",
|
|
34953
|
-
"||google.com/uds/api/ads/1.0/b4fb01b46ac6cd82e7c4a4c12c6cc576/content.I.js",
|
|
34954
34952
|
"||googleads.g.doubleclick.net/pagead/id",
|
|
34955
34953
|
"||s0.2mdn.net/instream/video/client.js",
|
|
34956
34954
|
"||securepubads.g.doubleclick.net/pcs/view",
|
|
@@ -72376,8 +72374,6 @@
|
|
|
72376
72374
|
"||g.doubleclick.net^$3p": "doubleclick",
|
|
72377
72375
|
"||google.com/pagead/drt/ui": "doubleclick",
|
|
72378
72376
|
"||google.com/pagead/lvz": "doubleclick",
|
|
72379
|
-
"||google.com/uds/api/ads/1.0": "doubleclick",
|
|
72380
|
-
"||google.com/uds/api/ads/1.0/b4fb01b46ac6cd82e7c4a4c12c6cc576/content.I.js": "doubleclick",
|
|
72381
72377
|
"||googleads.g.doubleclick.net/pagead/id": "doubleclick",
|
|
72382
72378
|
"||s0.2mdn.net/instream/video/client.js": "doubleclick",
|
|
72383
72379
|
"||securepubads.g.doubleclick.net/pcs/view": "doubleclick",
|