@ghostery/trackerdb 1.0.90 → 1.0.91

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
@@ -6319,6 +6319,15 @@
6319
6319
  "privacy_contact": "privacy@digitalriver.com",
6320
6320
  "ghostery_id": "407"
6321
6321
  },
6322
+ "digitaldatasolutions": {
6323
+ "name": "Digital Data Solutions BV",
6324
+ "description": "Digital Data Solutions is developing CookieFirst, a consent management platform that helps website owners comply with privacy regulations such as GDPR, ePR, CCPA, and LGPD.",
6325
+ "website_url": "https://cookiefirst.com/",
6326
+ "country": "NL",
6327
+ "privacy_policy_url": "https://cookiefirst.com/legal/privacy-policy/",
6328
+ "privacy_contact": "legal@cookiefirst.com",
6329
+ "ghostery_id": null
6330
+ },
6322
6331
  "digiteka": {
6323
6332
  "name": "Digiteka",
6324
6333
  "description": "\"Since our creation, we defend the principle of balance between right holders and publishers. Indeed, rather than increasing the number of procedures and notices against the sites that broadcast their content, we were the first to defend and promote to the Rightsholders a new approach, a new state of mind: \" Broaden the distribution permissions of your videos and develop your inventory: it is the best way (and the only one) for Producers and Right Holders to succeed in the digital revolution! \".",
@@ -33036,6 +33045,21 @@
33036
33045
  "||consent.cookiebot.com^$3p"
33037
33046
  ]
33038
33047
  },
33048
+ "cookiefirst": {
33049
+ "name": "CookieFirst",
33050
+ "category": "consent",
33051
+ "organization": "digitaldatasolutions",
33052
+ "alias": null,
33053
+ "website_url": "https://cookiefirst.com/",
33054
+ "ghostery_id": null,
33055
+ "domains": [
33056
+ "cookiefirst.com",
33057
+ "consent.cookiefirst.com"
33058
+ ],
33059
+ "filters": [
33060
+ "||consent.cookiefirst.com^"
33061
+ ]
33062
+ },
33039
33063
  "cookieq": {
33040
33064
  "name": "CookieQ",
33041
33065
  "category": "essential",
@@ -68312,6 +68336,8 @@
68312
68336
  "cookieconsent.silktide.com": "cookie_consent",
68313
68337
  "cookie-script.com": "cookie_script",
68314
68338
  "cookiebot.com": "cookiebot",
68339
+ "cookiefirst.com": "cookiefirst",
68340
+ "consent.cookiefirst.com": "cookiefirst",
68315
68341
  "cookieq.com": "cookieq",
68316
68342
  "lite.piclens.com": "cooliris",
68317
68343
  "copacet.com": "copacet",
@@ -72585,6 +72611,7 @@
72585
72611
  "||cdn.jsdelivr.net/npm/cookieconsent": "cookie_consent",
72586
72612
  "||consent.cookie-script.com^$3p": "cookie_script",
72587
72613
  "||consent.cookiebot.com^$3p": "cookiebot",
72614
+ "||consent.cookiefirst.com^": "cookiefirst",
72588
72615
  "||cookieq.com/cookieq": "cookieq",
72589
72616
  "||cookieq.com/scripts": "cookieq",
72590
72617
  "||lite.piclens.com^$3p": "cooliris",
@@ -2176,6 +2176,8 @@ touchclarity
2176
2176
  ||consent.cookie-script.com^$3p
2177
2177
  ! trackerdb_id:cookiebot trackerdb_category:consent
2178
2178
  ||consent.cookiebot.com^$3p
2179
+ ! trackerdb_id:cookiefirst trackerdb_category:consent
2180
+ ||consent.cookiefirst.com^
2179
2181
  ! trackerdb_id:cookieq trackerdb_category:essential
2180
2182
  ||cookieq.com/cookieq
2181
2183
  ! trackerdb_id:cookieq trackerdb_category:essential
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.90",
3
+ "version": "1.0.91",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {