@ghostery/trackerdb 1.0.234 → 1.0.235

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.
Binary file
@@ -29505,8 +29505,8 @@
29505
29505
  ],
29506
29506
  "filters": [
29507
29507
  "||r.bing.com/rp^$script",
29508
- "||www.bing.com/rp/.+\\.js^$script",
29509
- "||www.bing.com/rp/.+\\.css^$stylesheet",
29508
+ "||www.bing.com/rp/*.js$script",
29509
+ "||www.bing.com/rp/*.css$stylesheet",
29510
29510
  "||www.bing.com/api/maps/",
29511
29511
  "||www.bing.com/maps/sdk",
29512
29512
  "||www.bing.com/maps/geotfe",
@@ -74542,8 +74542,8 @@
74542
74542
  "||bat.r.msn.com^$3p": "bing_ads",
74543
74543
  "||flex.msn.com/mstag/": "bing_ads",
74544
74544
  "||r.bing.com/rp^$script": "bing_maps",
74545
- "||www.bing.com/rp/.+\\.js^$script": "bing_maps",
74546
- "||www.bing.com/rp/.+\\.css^$stylesheet": "bing_maps",
74545
+ "||www.bing.com/rp/*.js$script": "bing_maps",
74546
+ "||www.bing.com/rp/*.css$stylesheet": "bing_maps",
74547
74547
  "||www.bing.com/api/maps/": "bing_maps",
74548
74548
  "||www.bing.com/maps/sdk": "bing_maps",
74549
74549
  "||www.bing.com/maps/geotfe": "bing_maps",
@@ -3103,9 +3103,9 @@ touchclarity
3103
3103
  ! trackerdb_id:bing_maps trackerdb_category:customer_interaction trackerdb_filter
3104
3104
  ||r.bing.com/rp^$script
3105
3105
  ! trackerdb_id:bing_maps trackerdb_category:customer_interaction trackerdb_filter
3106
- ||www.bing.com/rp/.+\.js^$script
3106
+ ||www.bing.com/rp/*.js$script
3107
3107
  ! trackerdb_id:bing_maps trackerdb_category:customer_interaction trackerdb_filter
3108
- ||www.bing.com/rp/.+\.css^$stylesheet
3108
+ ||www.bing.com/rp/*.css$stylesheet
3109
3109
  ! trackerdb_id:bing_maps trackerdb_category:customer_interaction trackerdb_filter
3110
3110
  ||www.bing.com/api/maps/
3111
3111
  ! trackerdb_id:bing_maps trackerdb_category:customer_interaction trackerdb_filter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.234",
3
+ "version": "1.0.235",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {