sy-records commented on code in PR #187:
URL: 
https://github.com/apache/incubator-answer-plugins/pull/187#discussion_r1693950059


##########
captcha-google-v2/recaptcha.go:
##########
@@ -88,7 +88,7 @@ func (c *Captcha) Verify(captcha, userInput string) (pass 
bool) {
        }
        cli := &http.Client{}
        cli.Timeout = 10 * time.Second
-       resp, err := 
cli.PostForm("https://www.google.com/recaptcha/api/siteverify";, 
map[string][]string{
+       resp, err := 
cli.PostForm("https://www.recaptcha.net/recaptcha/api/siteverify";, 
map[string][]string{

Review Comment:
   This plug-in needs to load Google resources. Before using it, please make 
sure that the network can fully load related resources.
   
   Maybe it can be used as an environment variable or configuration.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to