@ghostery/trackerdb 1.0.364 → 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
@@ -41347,6 +41347,18 @@
41347
41347
  ],
41348
41348
  "filters": []
41349
41349
  },
41350
+ "google_accounts": {
41351
+ "name": "Google Accounts",
41352
+ "category": "customer_interaction",
41353
+ "organization": "google",
41354
+ "alias": null,
41355
+ "website_url": "https://accounts.google.com",
41356
+ "ghostery_id": null,
41357
+ "domains": [
41358
+ "accounts.google.com"
41359
+ ],
41360
+ "filters": []
41361
+ },
41350
41362
  "google_ads_measurement": {
41351
41363
  "name": "Google Ads Measurement",
41352
41364
  "category": "advertising",
@@ -41574,6 +41586,20 @@
41574
41586
  "domains": [],
41575
41587
  "filters": []
41576
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
+ },
41577
41603
  "google_plus": {
41578
41604
  "name": "Google+ Platform",
41579
41605
  "category": "social_media",
@@ -72031,6 +72057,7 @@
72031
72057
  "google.ru": "google",
72032
72058
  "google.se": "google",
72033
72059
  "google.tn": "google",
72060
+ "accounts.google.com": "google_accounts",
72034
72061
  "googleadservices.com": "google_adservices",
72035
72062
  "google-analytics.com": "google_analytics",
72036
72063
  "region1.google-analytics.com": "google_analytics",
@@ -72041,6 +72068,7 @@
72041
72068
  "mail-ads.google.com": "google_email",
72042
72069
  "fonts.googleapis.com": "google_fonts",
72043
72070
  "ggpht.com": "google_photos",
72071
+ "play.google.com": "google_play_services",
72044
72072
  "recaptcha.net": "google_recaptcha",
72045
72073
  "1e100cdn.net": "google_servers",
72046
72074
  "analytics.google.com": "google_signals",
@@ -76624,6 +76652,7 @@
76624
76652
  "||developers.google.com/interactive-media-ads": "google_ima",
76625
76653
  "||imasdk.googleapis.com/js/sdkloader/ima3.js": "google_ima",
76626
76654
  "||imasdk.googleapis.com/js/sdkloader/vpaid_adapter.js": "google_ima",
76655
+ "||play.google.com/log?format=json": "google_play_services",
76627
76656
  "||plus.google.com/js/client:plusone.js^$3p": "google_plus",
76628
76657
  "||google.com/_/+1/fastbutton^$3p": "google_plus",
76629
76658
  "||apis.google.com/js/platform.js": "google_plus",
@@ -7368,6 +7368,8 @@ foresee/foresee-alive.js
7368
7368
  ||google.se^
7369
7369
  ! trackerdb_id:google trackerdb_category:advertising trackerdb_domain
7370
7370
  ||google.tn^
7371
+ ! trackerdb_id:google_accounts trackerdb_category:customer_interaction trackerdb_domain
7372
+ ||accounts.google.com^
7371
7373
  ! trackerdb_id:google_ads_measurement trackerdb_category:advertising trackerdb_filter
7372
7374
  ||google.com/ads/measurement/l
7373
7375
  ! trackerdb_id:google_adsense trackerdb_category:advertising trackerdb_filter
@@ -7486,6 +7488,10 @@ foresee/foresee-alive.js
7486
7488
  ||imasdk.googleapis.com/js/sdkloader/vpaid_adapter.js
7487
7489
  ! trackerdb_id:google_photos trackerdb_category:hosting trackerdb_domain
7488
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^
7489
7495
  ! trackerdb_id:google_plus trackerdb_category:social_media trackerdb_filter
7490
7496
  ||plus.google.com/js/client:plusone.js^$3p
7491
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.364",
3
+ "version": "1.0.366",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {