nim-lang / nimforum

Lightweight alternative to Discourse written in Nim
https://forum.nim-lang.org/
MIT License
759 stars 69 forks source link

Maybe support recaptcha.net #227

Open ringabout opened 4 years ago

ringabout commented 4 years ago

It's unable to visit https://www.google.com/recaptcha in China.For example, people in China can't register Nim Forum because google is banned. So Maybe can replace this www.google.com with recaptcha.net when detected Country.

My pr in: https://github.com/euantorano/recaptcha.nim/pull/5

Infos can be found in https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally List below:

Can I use reCAPTCHA globally? Yes, please use "www.recaptcha.net" in your code in circumstances when "www.google.com" is not accessible.

First, replace with After that, apply the same to everywhere else that uses "www.google.com/recaptcha/" on your site.

ringabout commented 4 years ago

Now recaptcha.nim has supported www.recaptcha.net but hasn't released a new version. https://github.com/euantorano/recaptcha.nim/pull/5 recaptcha#3d2650f or recaptcha#@head