@ghostery/trackerdb 1.0.100 → 1.0.102

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
@@ -577,15 +577,6 @@
577
577
  "privacy_contact": null,
578
578
  "ghostery_id": "1466"
579
579
  },
580
- "ad:c_media": {
581
- "name": "ad:C media",
582
- "description": "\"The focus of ad:C media is 100% Digital Display Advertising with a strong emphasize on generating sales for the advertisers.ad:C media works like a media agency: We analyze the target groups of advertisers and optimize the media planning in order to reach the best results.\"",
583
- "website_url": "http://www.adcmedia.de/en/",
584
- "country": null,
585
- "privacy_policy_url": "http://www.adcmedia.de/en/datenschutz/",
586
- "privacy_contact": "info@adcmedia.de",
587
- "ghostery_id": "2315"
588
- },
589
580
  "ad_dynamo": {
590
581
  "name": "Ad Dynamo",
591
582
  "description": "Ad Dynamo operates an international pay per click advertising marketplace.",
@@ -730,6 +721,15 @@
730
721
  "privacy_contact": "info@adbull.com",
731
722
  "ghostery_id": "985"
732
723
  },
724
+ "adc_media": {
725
+ "name": "ad:C media",
726
+ "description": "\"The focus of ad:C media is 100% Digital Display Advertising with a strong emphasize on generating sales for the advertisers.ad:C media works like a media agency: We analyze the target groups of advertisers and optimize the media planning in order to reach the best results.\"",
727
+ "website_url": "http://www.adcmedia.de/en/",
728
+ "country": null,
729
+ "privacy_policy_url": "http://www.adcmedia.de/en/datenschutz/",
730
+ "privacy_contact": "info@adcmedia.de",
731
+ "ghostery_id": "2315"
732
+ },
733
733
  "adcash": {
734
734
  "name": "Adcash",
735
735
  "description": "\"A leading international performance-based advertising network, Adcash delivers high quality results for some of the world’s foremost advertisers across a premium network of 30000 publishers in over 70 countries.\"",
@@ -22307,7 +22307,7 @@
22307
22307
  "adc_media": {
22308
22308
  "name": "ad:C media",
22309
22309
  "category": "advertising",
22310
- "organization": "ad:c_media",
22310
+ "organization": "adc_media",
22311
22311
  "alias": null,
22312
22312
  "website_url": "http://www.adcmedia.de/en/",
22313
22313
  "ghostery_id": "1367",
@@ -41292,10 +41292,12 @@
41292
41292
  "website_url": "https://www.hotjar.com/",
41293
41293
  "ghostery_id": "2199",
41294
41294
  "domains": [
41295
- "hotjar.com"
41295
+ "hotjar.com",
41296
+ "hotjar.io"
41296
41297
  ],
41297
41298
  "filters": [
41298
- "||hotjar.com^$3p"
41299
+ "||hotjar.com^$third-party",
41300
+ "||hotjar.io^$third-party"
41299
41301
  ]
41300
41302
  },
41301
41303
  "hotlog.ru": {
@@ -69386,6 +69388,7 @@
69386
69388
  "apiae.hopscore.com": "hop-cube",
69387
69389
  "hotdogsandads.com": "hotdogsandads.com",
69388
69390
  "hotjar.com": "hotjar",
69391
+ "hotjar.io": "hotjar",
69389
69392
  "hotlog.ru": "hotlog.ru",
69390
69393
  "hotwords.com": "hotwords",
69391
69394
  "hotwords.es": "hotwords",
@@ -73714,7 +73717,8 @@
73714
73717
  "||js.honeybadger.io/v*/honeybadger.min.js^$3p": "honeybadger",
73715
73718
  "||hlserve.com^$3p": "hooklogic",
73716
73719
  "||apiae.hopscore.com^$3p": "hop-cube",
73717
- "||hotjar.com^$3p": "hotjar",
73720
+ "||hotjar.com^$third-party": "hotjar",
73721
+ "||hotjar.io^$third-party": "hotjar",
73718
73722
  "||hotlog.ru/cgi-bin/hotlog": "hotlog.ru",
73719
73723
  "||hotwords.com^$3p": "hotwords",
73720
73724
  "||hotwords.es^$3p": "hotwords",
@@ -3729,7 +3729,9 @@ foresee/foresee-alive.js
3729
3729
  ! trackerdb_id:hop-cube trackerdb_category:advertising
3730
3730
  ||apiae.hopscore.com^$3p
3731
3731
  ! trackerdb_id:hotjar trackerdb_category:site_analytics
3732
- ||hotjar.com^$3p
3732
+ ||hotjar.com^$third-party
3733
+ ! trackerdb_id:hotjar trackerdb_category:site_analytics
3734
+ ||hotjar.io^$third-party
3733
3735
  ! trackerdb_id:hotlog.ru trackerdb_category:advertising
3734
3736
  ||hotlog.ru/cgi-bin/hotlog
3735
3737
  ! trackerdb_id:hotwords trackerdb_category:advertising
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.100",
3
+ "version": "1.0.102",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {