From 28d3c57b2b2dbb17d7b7a2cd17f0d435a415c1aa Mon Sep 17 00:00:00 2001 From: Gilberto Cocchi Date: Tue, 26 Sep 2023 12:24:18 +0200 Subject: [PATCH] Remove DNS TXT Match fron OneTrust CMP DSN TXT Match seems to be buggy in Wappalyzer and matches domains such as www.google.com flaggying it to be using OneTrust or other technologies not being used like "Apple iCloud Mail" --- src/technologies/o.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/technologies/o.json b/src/technologies/o.json index b65d68f8c..0d2ea6533 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -751,9 +751,6 @@ "OptanonConsent": "" }, "description": "OneTrust is a cloud-based data privacy management compliance platform.", - "dns": { - "TXT": "onetrust-domain-verification=" - }, "icon": "OneTrust.svg", "scriptSrc": [ "cdn\\.cookielaw\\.org", @@ -1996,4 +1993,4 @@ }, "website": "https://owncloud.org" } -} \ No newline at end of file +}