From 38262bac4dc1cbeb5cf39992b018f101c7da1932 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 10 Jun 2023 14:27:29 +0600 Subject: [PATCH 1/3] Add v4Guard Checkpoint / security --- .../webextension/images/icons/v4Guard.svg | 21 +++++++++++++++++++ src/technologies/v.json | 16 +++++++++++++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/v4Guard.svg diff --git a/src/drivers/webextension/images/icons/v4Guard.svg b/src/drivers/webextension/images/icons/v4Guard.svg new file mode 100644 index 000000000..aabd8ae76 --- /dev/null +++ b/src/drivers/webextension/images/icons/v4Guard.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/v.json b/src/technologies/v.json index e0f5146d3..1cb01a404 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -1,4 +1,18 @@ -{ +{ + "v4Guard Checkpoint": { + "cats": [ + 16 + ], + "description": "Checkpoint is a product of v4Guard that verifies website users and prevents fraudulent access to sensitive areas, by checking for any use of anonymisation services with a captcha-like widget. v4guard provides fraud prevention and VPN protection tools.", + "icon": "v4guard.svg", + "pricing": [ + "poa", + "recurring" + ], + "saas": true, + "scriptSrc": "\\.v4guard\\.io/checkpoint", + "website": "https://en.vaptcha.com" + }, "VAPTCHA": { "cats": [ 16 From 8cf9dc157f4226866375eca3c859f1f6557393f0 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 10 Jun 2023 14:30:09 +0600 Subject: [PATCH 2/3] fixes --- src/technologies/v.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 1cb01a404..63f7e05a9 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -3,7 +3,7 @@ "cats": [ 16 ], - "description": "Checkpoint is a product of v4Guard that verifies website users and prevents fraudulent access to sensitive areas, by checking for any use of anonymisation services with a captcha-like widget. v4guard provides fraud prevention and VPN protection tools.", + "description": "Checkpoint is a product of v4Guard that verifies website users and prevents fraudulent access to sensitive areas, by checking for any use of anonymisation services with a captcha-like widget.", "icon": "v4guard.svg", "pricing": [ "poa", @@ -11,7 +11,7 @@ ], "saas": true, "scriptSrc": "\\.v4guard\\.io/checkpoint", - "website": "https://en.vaptcha.com" + "website": "https://v4guard.io" }, "VAPTCHA": { "cats": [ From 99275e63e330d5ee6258485427825abdb95836bb Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 10 Jun 2023 14:31:12 +0600 Subject: [PATCH 3/3] fixes2 --- src/technologies/v.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 63f7e05a9..1e851bf97 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -4,7 +4,7 @@ 16 ], "description": "Checkpoint is a product of v4Guard that verifies website users and prevents fraudulent access to sensitive areas, by checking for any use of anonymisation services with a captcha-like widget.", - "icon": "v4guard.svg", + "icon": "v4Guard.svg", "pricing": [ "poa", "recurring"