add FriendlyCaptcha as a captcha solution
What does this PR do? (Please give us a brief description of what this PR does.)
FriendlyCaptcha is a german captcha solution which is GDPR compliant it mainly targets paying customers but also got a free non-commerical license.
It mainly is used by big EU companies the way it works is also pretty simple since all a user needs to do is start typing in the form connected to the captcha to automatically trigger a check.
For more information I recommend checking their site https://friendlycaptcha.com/
Most of the stuff is based off the already existing captchas but I had to do a few modifications to add support for it since it slightly varies from hCaptcha, Turnstile and reCaptcha
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have made sure to test this pull request