@ghostery/trackerdb 1.0.365 → 1.0.366

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
@@ -41586,6 +41586,20 @@
41586
41586
  "domains": [],
41587
41587
  "filters": []
41588
41588
  },
41589
+ "google_play_services": {
41590
+ "name": "Google Play Services",
41591
+ "category": "hosting",
41592
+ "organization": "google",
41593
+ "alias": null,
41594
+ "website_url": "https://developers.google.com/products/services-and-integrations",
41595
+ "ghostery_id": null,
41596
+ "domains": [
41597
+ "play.google.com"
41598
+ ],
41599
+ "filters": [
41600
+ "||play.google.com/log?format=json"
41601
+ ]
41602
+ },
41589
41603
  "google_plus": {
41590
41604
  "name": "Google+ Platform",
41591
41605
  "category": "social_media",
@@ -72054,6 +72068,7 @@
72054
72068
  "mail-ads.google.com": "google_email",
72055
72069
  "fonts.googleapis.com": "google_fonts",
72056
72070
  "ggpht.com": "google_photos",
72071
+ "play.google.com": "google_play_services",
72057
72072
  "recaptcha.net": "google_recaptcha",
72058
72073
  "1e100cdn.net": "google_servers",
72059
72074
  "analytics.google.com": "google_signals",
@@ -76637,6 +76652,7 @@
76637
76652
  "||developers.google.com/interactive-media-ads": "google_ima",
76638
76653
  "||imasdk.googleapis.com/js/sdkloader/ima3.js": "google_ima",
76639
76654
  "||imasdk.googleapis.com/js/sdkloader/vpaid_adapter.js": "google_ima",
76655
+ "||play.google.com/log?format=json": "google_play_services",
76640
76656
  "||plus.google.com/js/client:plusone.js^$3p": "google_plus",
76641
76657
  "||google.com/_/+1/fastbutton^$3p": "google_plus",
76642
76658
  "||apis.google.com/js/platform.js": "google_plus",
@@ -7488,6 +7488,10 @@ foresee/foresee-alive.js
7488
7488
  ||imasdk.googleapis.com/js/sdkloader/vpaid_adapter.js
7489
7489
  ! trackerdb_id:google_photos trackerdb_category:hosting trackerdb_domain
7490
7490
  ||ggpht.com^
7491
+ ! trackerdb_id:google_play_services trackerdb_category:hosting trackerdb_filter
7492
+ ||play.google.com/log?format=json
7493
+ ! trackerdb_id:google_play_services trackerdb_category:hosting trackerdb_domain
7494
+ ||play.google.com^
7491
7495
  ! trackerdb_id:google_plus trackerdb_category:social_media trackerdb_filter
7492
7496
  ||plus.google.com/js/client:plusone.js^$3p
7493
7497
  ! trackerdb_id:google_plus trackerdb_category:social_media trackerdb_filter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.365",
3
+ "version": "1.0.366",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {