new_google_recaptcha
new_google_recaptcha copied to clipboard
reCAPTCHA v3 Ruby on Rails gem
in the helper it generates a field callen `new_recaptcha_token`, doc says `new_google_recaptcha_token` which prevents the plugin from working when following the readme
Almost always by first signup - you will have `0.0` humanize score, and only after 2-3 times repeating - your humanize will increase. But i want to confirm i'm a...
error: ``` WebMock::NetConnectNotAllowedError: Real HTTP connections are disabled. Unregistered request: GET https://www.google.com/recaptcha/api/siteverify?response=&secret=6LfHB7kUAAAAAHTFLRZDh6o23ICu86HbLUXB_Ric with headers {'Accept'=>'*/*', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Host'=>'www.google.com', 'User-Agent'=>'Ruby'} You can stub this request with the following snippet: stub_request(:get, "https://www.google.com/recaptcha/api/siteverify?response=&secret=6LfHB7kUAAAAAHTFLRZDh6o23ICu86HbLUXB_Ric"). with(headers:...
Hi. is it possible to put captcha in specificif position / element?
related to #1 maybe someone can take a look into this issue?