From cc0cf77af807955305062fef364223e3bcb1c76f Mon Sep 17 00:00:00 2001 From: Nabil Joumar <58664559+InstabilSpielt@users.noreply.github.com> Date: Mon, 8 Aug 2022 11:50:38 +0200 Subject: [PATCH] added Friendly Captcha --- .../images/icons/FriendlyCaptcha.svg | 1 + src/technologies/f.json | 20 ++++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/FriendlyCaptcha.svg diff --git a/src/drivers/webextension/images/icons/FriendlyCaptcha.svg b/src/drivers/webextension/images/icons/FriendlyCaptcha.svg new file mode 100644 index 000000000..81b25852b --- /dev/null +++ b/src/drivers/webextension/images/icons/FriendlyCaptcha.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/technologies/f.json b/src/technologies/f.json index be0a1e476..75a7c5fd6 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1826,5 +1826,23 @@ "oss": true, "scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1", "website": "https://github.com/alvarotrigo/fullpage.js" + }, + "Friendly Captcha": { + "description": "Friendly Captcha is a proof-of-work based solution in which the user’s device does all the work.", + "cats": [ + 16 + ], + "dom": "div.frc-captcha", + "scripts": "x-frc-client\",\"js-(\\d+(\\.\\d+)+)\\;version:\\1", + "xhr": "api.friendlycaptcha.com", + "saas": true, + "pricing": [ + "low", + "freemium", + "recurring", + "poa" + ], + "icon": "FriendlyCaptcha.svg", + "website": "https://friendlycaptcha.com" } -} \ No newline at end of file +}