From e0567cb3c09a9d1f5e5106c37b8000cac41b213f Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Tue, 27 Dec 2022 18:26:42 +0530 Subject: [PATCH 1/2] Human Presence Captcha Added --- .../images/icons/human_presence.svg | 25 +++++++++++++++++++ src/technologies/h.json | 15 +++++++++++ 2 files changed, 40 insertions(+) create mode 100644 src/drivers/webextension/images/icons/human_presence.svg diff --git a/src/drivers/webextension/images/icons/human_presence.svg b/src/drivers/webextension/images/icons/human_presence.svg new file mode 100644 index 000000000..3381c84e5 --- /dev/null +++ b/src/drivers/webextension/images/icons/human_presence.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/h.json b/src/technologies/h.json index f024dcc32..e9878a122 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -1420,6 +1420,21 @@ "saas": true, "website": "https://www.hulkapps.com/products/product-reviews-shopify" }, + "Human Presence": { + "cats": [ + 5, + 16 + ], + "description": "Human Presence to easily stop all form spam bots + protect your checkout on WordPress and Shopify.", + "icon": "human_presence.svg", + "pricing": [ + "freemium", + "mid", + "recurring" + ], + "scriptSrc": "/.*\\.humanpresence\\.(?:io|app)/", + "website": "https://www.humanpresence.io" + }, "Humm": { "cats": [ 91 From 65697ac78ab3f8e4bd421112a4f31bbfc6eaaf01 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Thu, 29 Dec 2022 08:53:03 +1100 Subject: [PATCH 2/2] Update h.json --- src/technologies/h.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/technologies/h.json b/src/technologies/h.json index e9878a122..45239bd83 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -1422,10 +1422,9 @@ }, "Human Presence": { "cats": [ - 5, 16 ], - "description": "Human Presence to easily stop all form spam bots + protect your checkout on WordPress and Shopify.", + "description": "Human Presence is a bot detection and spam protection software for WordPress and Shopify.", "icon": "human_presence.svg", "pricing": [ "freemium", @@ -1654,4 +1653,4 @@ "scriptSrc": "merchant\\.cdn\\.hoolah\\.co/", "website": "https://www.hoolah.co" } -} \ No newline at end of file +}