Rowan Merewood
Rowan Merewood
You can see (examples of multiple v2 widgets)[https://developers.google.com/recaptcha/docs/display#example] here. I haven't tried mixing v2 and v3, but I can give it a go and see if I can pop an...
I can certainly update the documentation to make use of alternate methods more obvious. I need to think more about changing the default behaviour though. I'm a little hesitant about...
Thanks for this! I'm going to spend a bit of time looking at what might be some appropriate best practice here and will document.
I'm not able to reproduce this, are you able to record a video?
I think the right thing to do here would be to break up the `verify()` method in the library a bit and allow for more flexibility in validation rules. However,...
I don't think that should trigger if you haven't called `setExpectedHostname()` or am I missing something?
I've released a super quick fix which is just requesting `HTTP 1.0` instead of `HTTP 1.1` and as a result - no chunking in the response. That's a bit dirty...
https://github.com/google/recaptcha/compare/1.2.3...1.2.4
I pushed an update back in March, could you verify you're on the latest version of the library and if that fixes the issue?
Thanks for the update - taking a look!