@ghostery/trackerdb 1.0.130 → 1.0.132

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
@@ -5702,6 +5702,15 @@
5702
5702
  "privacy_contact": "privacy@cookieinformation.com",
5703
5703
  "ghostery_id": null
5704
5704
  },
5705
+ "cookieyes": {
5706
+ "name": "CookieYes",
5707
+ "description": "CookieYes Limited is a Cookie Consent Solution for GDPR & CCPA Compliance.",
5708
+ "website_url": "https://www.cookieyes.com/",
5709
+ "country": "GB",
5710
+ "privacy_policy_url": "https://www.cookieyes.com/privacy-policy/",
5711
+ "privacy_contact": "support@cookieyes.com",
5712
+ "ghostery_id": null
5713
+ },
5705
5714
  "cooliris": {
5706
5715
  "name": "Cooliris",
5707
5716
  "description": "\"The Cooliris app is a way to experience all of your photos and your friends' photos in one place, and selectively share and save them as you like.\"",
@@ -33744,6 +33753,19 @@
33744
33753
  "||cookieq.com/scripts"
33745
33754
  ]
33746
33755
  },
33756
+ "cookieyes": {
33757
+ "name": "CookieYes",
33758
+ "category": "consent",
33759
+ "organization": "cookieyes",
33760
+ "alias": null,
33761
+ "website_url": "https://www.cookieyes.com/",
33762
+ "ghostery_id": null,
33763
+ "domains": [
33764
+ "cdn-cookieyes.com",
33765
+ "log.cookieyes.com"
33766
+ ],
33767
+ "filters": []
33768
+ },
33747
33769
  "cooliris": {
33748
33770
  "name": "Cooliris",
33749
33771
  "category": "customer_interaction",
@@ -69736,6 +69758,8 @@
69736
69758
  "cookieinformation.com": "cookieinformation",
69737
69759
  "policy.app.cookieinformation.com": "cookieinformation",
69738
69760
  "cookieq.com": "cookieq",
69761
+ "cdn-cookieyes.com": "cookieyes",
69762
+ "log.cookieyes.com": "cookieyes",
69739
69763
  "lite.piclens.com": "cooliris",
69740
69764
  "copacet.com": "copacet",
69741
69765
  "raasnet.com": "coreaudience",
@@ -4652,6 +4652,10 @@ touchclarity
4652
4652
  ||cookieq.com/scripts
4653
4653
  ! trackerdb_id:cookieq trackerdb_category:essential trackerdb_domain
4654
4654
  ||cookieq.com^$third-party
4655
+ ! trackerdb_id:cookieyes trackerdb_category:consent trackerdb_domain
4656
+ ||cdn-cookieyes.com^$third-party
4657
+ ! trackerdb_id:cookieyes trackerdb_category:consent trackerdb_domain
4658
+ ||log.cookieyes.com^$third-party
4655
4659
  ! trackerdb_id:cooliris trackerdb_category:customer_interaction trackerdb_filter
4656
4660
  ||lite.piclens.com^$3p
4657
4661
  ! trackerdb_id:cooliris trackerdb_category:customer_interaction trackerdb_domain
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.130",
3
+ "version": "1.0.132",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {