added Friendly Captcha

main
Nabil Joumar 2 years ago
parent 51cee5ec91
commit cc0cf77af8

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:serif="http://www.serif.com/" width="100%" height="100%" viewBox="0 0 427 500" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="FriendlyCaptcha-Symbol"><path d="M426.777,73.223c-46.884,-46.884 -110.473,-73.223 -176.777,-73.223c-137.979,0 -250,112.021 -250,250c0,137.979 112.021,250 250,250c66.304,0 129.893,-26.339 176.777,-73.223l-53.033,-53.033c-32.819,32.819 -77.331,51.256 -123.744,51.256c-96.585,0 -175,-78.415 -175,-175c0,-96.585 78.415,-175 175,-175c46.413,0 90.925,18.437 123.744,51.256l53.033,-53.033Z" style="fill:#ffab00;"></path><path d="M73.223,426.777c46.884,46.884 110.473,73.223 176.777,73.223c66.304,0 129.893,-26.339 176.777,-73.223l-53.033,-53.033c-32.819,32.819 -77.331,51.256 -123.744,51.256c-46.413,0 -90.925,-18.437 -123.744,-51.256l-53.033,53.033Z" style="fill:#ffc400;"></path><circle cx="175" cy="250" r="37.5" style="fill:#ffab00;"></circle><circle cx="325" cy="250" r="37.5" style="fill:#ffab00;"></circle></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -1826,5 +1826,23 @@
"oss": true, "oss": true,
"scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1", "scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1",
"website": "https://github.com/alvarotrigo/fullpage.js" "website": "https://github.com/alvarotrigo/fullpage.js"
},
"Friendly Captcha": {
"description": "Friendly Captcha is a proof-of-work based solution in which the users 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"
} }
} }

Loading…
Cancel
Save