From f845b28e3c7620342025b914f84cfd0f3b0dd904 Mon Sep 17 00:00:00 2001
From: TheMainOne <theevilskely@tutanota.com>
Date: Sat, 18 Jul 2020 15:40:45 -0400
Subject: [PATCH] Add FriendlyCaptcha

---
 replace/google-recaptcha.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/replace/google-recaptcha.md b/replace/google-recaptcha.md
index ab33ecd..d21df83 100644
--- a/replace/google-recaptcha.md
+++ b/replace/google-recaptcha.md
@@ -15,3 +15,13 @@ Securimage is an open-source free PHP CAPTCHA script for generating complex imag
   - **Source code**: [GitHub](https://github.com/dapphp/securimage)
   - **License**: [BSD 2-Clause "Simplified"](https://github.com/dapphp/securimage/blob/master/LICENSE.txt)
 {% endinfobox %}
+
+## FriendlyCaptcha
+
+FriendlyCaptcha is a proof-of-work based CAPTCHA in which the user's device does all the work.
+
+{% infobox %}
+ - **Website**: friendlycaptcha.com
+ - **Source code**: [GitHub](https://github.com/gzuidhof/friendly-challenge)
+ - **License**: *None*
+{% endinfobox %}
-- 
GitLab