@ghostery/trackerdb 1.0.101 → 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
@@ -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.101",
3
+ "version": "1.0.102",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {