tanveery / recaptcha-net

reCAPTCHA for .NET library lets you easily use Google's reCAPTCHA in an ASP.NET Web Forms / MVC / ASP.NET Core application.
Apache License 2.0
163 stars 69 forks source link

Change script and api source domain to www.recaptcha.net to support globally (including China) #54

Open bishwasgautam opened 4 years ago

bishwasgautam commented 4 years ago

Currently, the script and api point to google.com domain. Changing this to recaptcha.net will ensure it will work in China as well (where google.com) is blocked.

Ref: https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally

bishwasgautam commented 4 years ago

https://github.com/tanveery/recaptcha-net/pull/55