@ghostery/trackerdb 1.0.112 → 1.0.113

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
@@ -19103,6 +19103,15 @@
19103
19103
  "privacy_contact": "support@usemax.de",
19104
19104
  "ghostery_id": "2408"
19105
19105
  },
19106
+ "usercentrics": {
19107
+ "name": "Usercentrics",
19108
+ "description": "Usercentrics GmbH, founded in 2012, offers Consent Management Platforms (CMP) that enables the integration of cookies into websites or mobile apps and the management of user consents (opt-ins). The software includes monitoring, analytics, and configuration features, making it adaptable to diverse usage scenarios.",
19109
+ "website_url": "https://usercentrics.com/",
19110
+ "country": "DE",
19111
+ "privacy_policy_url": "https://usercentrics.com/privacy-policy/",
19112
+ "privacy_contact": "privacy@usercentrics.com",
19113
+ "ghostery_id": null
19114
+ },
19106
19115
  "usercycle": {
19107
19116
  "name": "USERcycle",
19108
19117
  "description": "\"USERcycle provides lifecycle marketing software that helps businesses increase their engagement with their customers so they can convert their prospects into paying customers.\"",
@@ -33173,11 +33182,11 @@
33173
33182
  ]
33174
33183
  },
33175
33184
  "cookiebot": {
33176
- "name": "Cookiebot",
33185
+ "name": "Cookiebot by Cybot",
33177
33186
  "category": "consent",
33178
33187
  "organization": "cybot",
33179
33188
  "alias": null,
33180
- "website_url": "https://www.cookiebot.com/en/",
33189
+ "website_url": "https://www.cybot.com/",
33181
33190
  "ghostery_id": "3475",
33182
33191
  "domains": [
33183
33192
  "cookiebot.com"
@@ -63233,6 +63242,23 @@
63233
63242
  ],
63234
63243
  "filters": []
63235
63244
  },
63245
+ "usercentrics": {
63246
+ "name": "Cookiebot by Usercentrics",
63247
+ "category": "consent",
63248
+ "organization": "usercentrics",
63249
+ "alias": null,
63250
+ "website_url": "https://www.cookiebot.com/en/about/",
63251
+ "ghostery_id": null,
63252
+ "domains": [
63253
+ "usercentrics.eu"
63254
+ ],
63255
+ "filters": [
63256
+ "/usercentrics/cmp.js",
63257
+ "###comspace-usercentrics",
63258
+ "||usercentrics.eu/session/$image",
63259
+ "||usercentrics.eu^$third-party"
63260
+ ]
63261
+ },
63236
63262
  "usercycle": {
63237
63263
  "name": "USERcycle",
63238
63264
  "category": "site_analytics",
@@ -71531,6 +71557,7 @@
71531
71557
  "usemax.de": "usemax",
71532
71558
  "usemaxserver.de": "usemax",
71533
71559
  "usemessages.com": "usemessages.com",
71560
+ "usercentrics.eu": "usercentrics",
71534
71561
  "api.usercycle.com": "usercycle",
71535
71562
  "userdive.com": "userdive",
71536
71563
  "userecho.com": "userecho",
@@ -75810,6 +75837,10 @@
75810
75837
  "||mobile.usabilitytools.com/recorder/tracker/tracker.js": "usability_tools",
75811
75838
  "||w.usabilla.com^$3p": "usabilla",
75812
75839
  "||usemax.de^$3p": "usemax",
75840
+ "/usercentrics/cmp.js": "usercentrics",
75841
+ "###comspace-usercentrics": "usercentrics",
75842
+ "||usercentrics.eu/session/$image": "usercentrics",
75843
+ "||usercentrics.eu^$third-party": "usercentrics",
75813
75844
  "||api.usercycle.com^$3p": "usercycle",
75814
75845
  "||userdive.com^$3p": "userdive",
75815
75846
  "||userecho.com^$3p": "userecho",
@@ -7726,6 +7726,14 @@ ntpagetag
7726
7726
  ||w.usabilla.com^$3p
7727
7727
  ! trackerdb_id:usemax trackerdb_category:advertising
7728
7728
  ||usemax.de^$3p
7729
+ ! trackerdb_id:usercentrics trackerdb_category:consent
7730
+ /usercentrics/cmp.js
7731
+ ! trackerdb_id:usercentrics trackerdb_category:consent
7732
+ ###comspace-usercentrics
7733
+ ! trackerdb_id:usercentrics trackerdb_category:consent
7734
+ ||usercentrics.eu/session/$image
7735
+ ! trackerdb_id:usercentrics trackerdb_category:consent
7736
+ ||usercentrics.eu^$third-party
7729
7737
  ! trackerdb_id:usercycle trackerdb_category:site_analytics
7730
7738
  ||api.usercycle.com^$3p
7731
7739
  ! trackerdb_id:userdive trackerdb_category:site_analytics
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.112",
3
+ "version": "1.0.113",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {