@ghostery/trackerdb 1.0.44 → 1.0.46

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
@@ -8383,9 +8383,9 @@
8383
8383
  "google": {
8384
8384
  "name": "Google",
8385
8385
  "description": "Google LLC is an American multinational technology company that specializes in Internet-related services and products, which include online advertising technologies, search engine, cloud computing, software, and hardware.",
8386
- "website_url": "http://www.google.com",
8386
+ "website_url": "https://www.google.com",
8387
8387
  "country": "US",
8388
- "privacy_policy_url": "http://www.google.com/intl/en/policies/privacy/",
8388
+ "privacy_policy_url": "https://www.google.com/intl/en/policies/privacy/",
8389
8389
  "privacy_contact": "https://www.google.com/contact/",
8390
8390
  "ghostery_id": "82"
8391
8391
  },
@@ -50087,7 +50087,22 @@
50087
50087
  "domains": [
50088
50088
  "onetrust.com"
50089
50089
  ],
50090
- "filters": []
50090
+ "filters": [
50091
+ "###onetrust-banner-sdk",
50092
+ "###onetrust-consent-sdk",
50093
+ "##.onetrust-pc-dark-filter",
50094
+ "###cookie-preferences",
50095
+ "###consent_blackbar",
50096
+ "||onetrust.com^$third-party",
50097
+ "/onetrustConsent.js",
50098
+ "/onetrust/consent/*",
50099
+ "/js/onetrust/*",
50100
+ "###ot-sdk-btn:not(button)",
50101
+ "##.ot-sdk-show-settings",
50102
+ "###teconsent",
50103
+ "/onetrust.",
50104
+ "/otbannersdk.js"
50105
+ ]
50091
50106
  },
50092
50107
  "onfocus.io": {
50093
50108
  "name": "OnFocus",
@@ -50427,7 +50442,9 @@
50427
50442
  "domains": [
50428
50443
  "cookielaw.org"
50429
50444
  ],
50430
- "filters": []
50445
+ "filters": [
50446
+ "##.optanon-toggle-display"
50447
+ ]
50431
50448
  },
50432
50449
  "optify": {
50433
50450
  "name": "Optify",
@@ -73827,6 +73844,20 @@
73827
73844
  "||onesignal.com/api/v1/sync": "onesignal",
73828
73845
  "||stat.onestat.com^$3p": "onestat",
73829
73846
  "||s-onetag.com^$3p": "onetag",
73847
+ "###onetrust-banner-sdk": "onetrust",
73848
+ "###onetrust-consent-sdk": "onetrust",
73849
+ "##.onetrust-pc-dark-filter": "onetrust",
73850
+ "###cookie-preferences": "onetrust",
73851
+ "###consent_blackbar": "tealium_consent",
73852
+ "||onetrust.com^$third-party": "onetrust",
73853
+ "/onetrustConsent.js": "onetrust",
73854
+ "/onetrust/consent/*": "onetrust",
73855
+ "/js/onetrust/*": "onetrust",
73856
+ "###ot-sdk-btn:not(button)": "onetrust",
73857
+ "##.ot-sdk-show-settings": "onetrust",
73858
+ "###teconsent": "onetrust",
73859
+ "/onetrust.": "onetrust",
73860
+ "/otbannersdk.js": "onetrust",
73830
73861
  "||fogl1onf.com/1561/b.js": "onfocus.io",
73831
73862
  "||iq.onfocus.io/hudactive.html": "onfocus.io",
73832
73863
  "||onlinewebstat.com^$3p": "onlinewebstat",
@@ -73872,6 +73903,7 @@
73872
73903
  "||widget.cloud.opta.net/v3/bin/subscriptions_3.js": "opta.net",
73873
73904
  "||widget.cloud.opta.net/v3/v3.opta-widgets.js": "opta.net",
73874
73905
  "||optaim.com^$3p": "optaim",
73906
+ "##.optanon-toggle-display": "optanaon",
73875
73907
  "||service.optify.net^$3p": "optify",
73876
73908
  "||optmd.com^$3p": "optimax_media_delivery",
73877
73909
  "||cdn.optimizely.com/client_storage/": "optimizely",
@@ -74734,7 +74766,6 @@
74734
74766
  "||tealiumiq.com^$3p$third-party": "tealium",
74735
74767
  "##.tealium-ad": "tealium_ads",
74736
74768
  "##.tealiumAdSlot": "tealium_ads",
74737
- "###consent_blackbar": "tealium_consent",
74738
74769
  "###__tealiumDNS_banner": "tealium_consent",
74739
74770
  "###__tealiumGDPRcpPrefs": "tealium_consent",
74740
74771
  "###__tealiumGDPRecModal": "tealium_consent",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.44",
3
+ "version": "1.0.46",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {