From b8884346a28ab0a34555fcd0eafd3afeb24371ec Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 7 Jan 2022 07:40:00 +1100 Subject: [PATCH] Update WhatsApp detection --- src/technologies/w.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/w.json b/src/technologies/w.json index dda562ff4..d1cf01e7a 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -874,7 +874,7 @@ 52 ], "description": "WhatsApp Business is a free to download app available on Android and iPhone using which businesses can connect with their customers.", - "dom": "a[href*='api.whatsapp.com/send'], a[href*='wa.me/'], div[class*='wptwa-container'], a[href*='wa.link'][target='_blank']", + "dom": "a[href*='api.whatsapp.com/send'], a[href*='web.whatsapp.com/send'], a[href*='wa.me/'], div[class*='wptwa-container'], a[href*='wa.link'][target='_blank']", "icon": "WhatsApp.svg", "website": "https://www.whatsapp.com/business" }, @@ -1665,4 +1665,4 @@ "url": "^https?://[^/]+\\.wpcache\\.co", "website": "https://wpcache.co" } -} \ No newline at end of file +}