From e8593d967ff2915a57c1003005b1a0adbf9ee0c2 Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Wed, 10 Apr 2024 10:41:09 -0600 Subject: [PATCH 1/3] remove __googlefc from funding choices detection --- src/technologies/f.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index 8bee05866..7e55ea293 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -2237,9 +2237,6 @@ }, "dom": ".fc-consent-root, iframe[name='googlefcLoaded'], iframe[name='googlefcPresent'], .fc-dialog, .fc-choice-dialog", "icon": "Google.svg", - "js": { - "__googlefc": "" - }, "scriptSrc": "fundingchoicesmessages\\.google\\.com", "website": "https://developers.google.com/funding-choices" }, From 57464ed8551ce8ba426cd753089152b90057371d Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 13 Apr 2024 13:23:11 -0500 Subject: [PATCH 2/3] Fix invalid regex for Judge.me --- src/technologies/j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/j.json b/src/technologies/j.json index 175a18bef..ee8c10e69 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -638,7 +638,7 @@ "recurring" ], "saas": true, - "scriptSrc": "*\\.judge\\.me", + "scriptSrc": ".*\\.judge\\.me", "website": "https://judge.me" }, "JuicyAds": { From ed6482ca980a30537a3fb3186171f615b4822bdf Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Sun, 5 May 2024 21:18:39 +0100 Subject: [PATCH 3/3] Update src/technologies/j.json --- src/technologies/j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/j.json b/src/technologies/j.json index ee8c10e69..422ba7e7a 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -638,7 +638,7 @@ "recurring" ], "saas": true, - "scriptSrc": ".*\\.judge\\.me", + "scriptSrc": "\\.judge\\.me", "website": "https://judge.me" }, "JuicyAds": {