@ghostery/trackerdb 1.0.19 → 1.0.21

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.db CHANGED
Binary file
Binary file
@@ -9091,6 +9091,15 @@
9091
9091
  "privacy_contact": "info@icstats.nl",
9092
9092
  "ghostery_id": "2162"
9093
9093
  },
9094
+ "id5_technology_ltd": {
9095
+ "name": "ID5 Technology Ltd.",
9096
+ "description": "ID5 is a company that operates an identity platform for the digital advertising industry. Their technology facilitates user recognition on websites, mobile apps, and digital properties, enabling advertisers to improve the efficiency of their ad targeting.",
9097
+ "website_url": "https://id5.io/",
9098
+ "country": "GB",
9099
+ "privacy_policy_url": "https://id5.io/platform-privacy-policy/",
9100
+ "privacy_contact": "privacy@id5.io",
9101
+ "ghostery_id": null
9102
+ },
9094
9103
  "id_services": {
9095
9104
  "name": "ID Services",
9096
9105
  "description": null,
@@ -39407,7 +39416,8 @@
39407
39416
  "website_url": "http://www.google.com/analytics/",
39408
39417
  "ghostery_id": "13",
39409
39418
  "domains": [
39410
- "google-analytics.com"
39419
+ "google-analytics.com",
39420
+ "region1.google-analytics.com"
39411
39421
  ],
39412
39422
  "filters": [
39413
39423
  "||google-analytics.com/__utm.gif",
@@ -41279,6 +41289,22 @@
41279
41289
  ],
41280
41290
  "filters": []
41281
41291
  },
41292
+ "id5_sync": {
41293
+ "name": "ID5 Sync",
41294
+ "category": "site_analytics",
41295
+ "organization": "id5_technology_ltd",
41296
+ "alias": null,
41297
+ "website_url": "https://id5.io/",
41298
+ "ghostery_id": null,
41299
+ "domains": [
41300
+ "id5-sync.com",
41301
+ "eu-1-id5-sync.com"
41302
+ ],
41303
+ "filters": [
41304
+ "||id5-sync.com^$3p",
41305
+ "||eu-1-id5-sync.com^3p"
41306
+ ]
41307
+ },
41282
41308
  "id_services": {
41283
41309
  "name": "ID Services",
41284
41310
  "category": "site_analytics",
@@ -42747,7 +42773,7 @@
42747
42773
  },
42748
42774
  "iubenda.com": {
42749
42775
  "name": "iubenda",
42750
- "category": "essential",
42776
+ "category": "consent",
42751
42777
  "organization": "iubenda",
42752
42778
  "alias": null,
42753
42779
  "website_url": "https://www.iubenda.com/",
@@ -50354,7 +50380,7 @@
50354
50380
  },
50355
50381
  "optanaon": {
50356
50382
  "name": "Optanaon by OneTrust",
50357
- "category": "essential",
50383
+ "category": "consent",
50358
50384
  "organization": "onetrust",
50359
50385
  "alias": null,
50360
50386
  "website_url": "https://www.cookielaw.org/",
@@ -68557,6 +68583,7 @@
68557
68583
  "google.tn": "google",
68558
68584
  "googleadservices.com": "google_adservices",
68559
68585
  "google-analytics.com": "google_analytics",
68586
+ "region1.google-analytics.com": "google_analytics",
68560
68587
  "appspot.com": "google_appspot",
68561
68588
  "beacons-google.com": "google_beacons",
68562
68589
  "adsensecustomsearchads.com": "google_custom_search",
@@ -68713,6 +68740,8 @@
68713
68740
  "icuazeczpeoohx.com": "icuazeczpeoohx.com",
68714
68741
  "id-news.net": "id-news.net",
68715
68742
  "idcdn.de": "id-news.net",
68743
+ "id5-sync.com": "id5_sync",
68744
+ "eu-1-id5-sync.com": "id5_sync",
68716
68745
  "cdn.id.services": "id_services",
68717
68746
  "e-generator.com": "ideal_media",
68718
68747
  "idealo.com": "idealo_com",
@@ -72988,6 +73017,8 @@
72988
73017
  "||ic-live.com^$3p": "icrossing",
72989
73018
  "||sptag3.com^$3p": "icrossing",
72990
73019
  "||icstats.nl^$3p": "icstats",
73020
+ "||id5-sync.com^$3p": "id5_sync",
73021
+ "||eu-1-id5-sync.com^3p": "id5_sync",
72991
73022
  "||cdn.id.services/m/run.js": "id_services",
72992
73023
  "||e-generator.com^$3p": "ideal_media",
72993
73024
  "||ideoclick.com^$3p": "ideoclick",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {