@ghostery/trackerdb 1.0.105 → 1.0.107
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 +0 -0
- package/dist/trackerdb.engine +0 -0
- package/dist/trackerdb.json +10 -3
- package/dist/trackerdb.txt +6 -0
- package/package.json +2 -2
package/dist/trackerdb.db
CHANGED
|
Binary file
|
package/dist/trackerdb.engine
CHANGED
|
Binary file
|
package/dist/trackerdb.json
CHANGED
|
@@ -40083,12 +40083,16 @@
|
|
|
40083
40083
|
"category": "essential",
|
|
40084
40084
|
"organization": "google",
|
|
40085
40085
|
"alias": null,
|
|
40086
|
-
"website_url":
|
|
40086
|
+
"website_url": "https://www.google.com/recaptcha/about/",
|
|
40087
40087
|
"ghostery_id": null,
|
|
40088
40088
|
"domains": [
|
|
40089
40089
|
"recaptcha.net"
|
|
40090
40090
|
],
|
|
40091
|
-
"filters": [
|
|
40091
|
+
"filters": [
|
|
40092
|
+
"||recaptcha.net/recaptcha/",
|
|
40093
|
+
"||google.com/recaptcha/$frame,script",
|
|
40094
|
+
"||gstatic.*/recaptcha/"
|
|
40095
|
+
]
|
|
40092
40096
|
},
|
|
40093
40097
|
"google_remarketing": {
|
|
40094
40098
|
"name": "Google Dynamic Remarketing",
|
|
@@ -40139,7 +40143,7 @@
|
|
|
40139
40143
|
]
|
|
40140
40144
|
},
|
|
40141
40145
|
"google_signals": {
|
|
40142
|
-
"name": "Google
|
|
40146
|
+
"name": "Google Analytics with signals",
|
|
40143
40147
|
"category": "advertising",
|
|
40144
40148
|
"organization": "google",
|
|
40145
40149
|
"alias": null,
|
|
@@ -73637,6 +73641,9 @@
|
|
|
73637
73641
|
"||apis.google.com/js/platform.js": "google_plus",
|
|
73638
73642
|
"||apis.google.com/js/plusone.js": "google_plus",
|
|
73639
73643
|
"||partner.googleadservices.com/gpt/pubads_impl": "google_publisher_tags",
|
|
73644
|
+
"||recaptcha.net/recaptcha/": "google_recaptcha",
|
|
73645
|
+
"||google.com/recaptcha/$frame,script": "google_recaptcha",
|
|
73646
|
+
"||gstatic.*/recaptcha/": "google_recaptcha",
|
|
73640
73647
|
"||googleads.g.doubleclick.net/pagead/viewthroughconversion": "google_remarketing",
|
|
73641
73648
|
"||tpc.googlesyndication.com/safeframe": "google_safeframe",
|
|
73642
73649
|
"||google.com/_/scs/shopping-verified-reviews-static/_/js": "google_shopping_reviews",
|
package/dist/trackerdb.txt
CHANGED
|
@@ -3536,6 +3536,12 @@ foresee/foresee-alive.js
|
|
|
3536
3536
|
||apis.google.com/js/plusone.js
|
|
3537
3537
|
! trackerdb_id:google_publisher_tags trackerdb_category:site_analytics
|
|
3538
3538
|
||partner.googleadservices.com/gpt/pubads_impl
|
|
3539
|
+
! trackerdb_id:google_recaptcha trackerdb_category:essential
|
|
3540
|
+
||recaptcha.net/recaptcha/
|
|
3541
|
+
! trackerdb_id:google_recaptcha trackerdb_category:essential
|
|
3542
|
+
||google.com/recaptcha/$frame,script
|
|
3543
|
+
! trackerdb_id:google_recaptcha trackerdb_category:essential
|
|
3544
|
+
||gstatic.*/recaptcha/
|
|
3539
3545
|
! trackerdb_id:google_remarketing trackerdb_category:advertising
|
|
3540
3546
|
||googleads.g.doubleclick.net/pagead/viewthroughconversion
|
|
3541
3547
|
! trackerdb_id:google_safeframe trackerdb_category:advertising
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ghostery/trackerdb",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.107",
|
|
4
4
|
"description": "Ghostery Tracker Database",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"node": ">=18.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@cliqz/adblocker": "1.26.
|
|
46
|
+
"@cliqz/adblocker": "^1.26.16",
|
|
47
47
|
"better-sqlite3": "^9.2.2",
|
|
48
48
|
"enolib": "^0.8.2",
|
|
49
49
|
"iso-3166-1-alpha-2": "^1.0.0",
|