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 +}