Renaming recaptcha_response_field to g-recaptcha-response fixes captchas (temp fix)

captchafix
Floens 11 years ago
parent 186bd751f5
commit 594844d1db
  1. 2
      Clover/app/src/main/java/org/floens/chan/core/manager/ReplyManager.java
  2. 20
      docs/gcaptcha.txt

@ -364,7 +364,7 @@ public class ReplyManager {
}
entity.addTextBody("recaptcha_challenge_field", reply.captchaChallenge);
entity.addTextBody("recaptcha_response_field", reply.captchaResponse, TEXT_UTF_8);
entity.addTextBody("g-recaptcha-response", reply.captchaResponse, TEXT_UTF_8);
entity.addTextBody("mode", "regist");
entity.addTextBody("pwd", reply.password);

@ -0,0 +1,20 @@
4chan key:
6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc
https://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc
Clover supports the fallback method (for now)
Stuff
https://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc
into an iframe
add an input field named
g-recaptcha-response
Loading…
Cancel
Save