jsonsystems / json-schema

JSONSchema.Net Public Repository
Apache License 2.0
663 stars 64 forks source link

Not able to signup on jsonschema.net as it is showing lowrecaptcha score. #95

Closed Archana301189 closed 2 years ago

Archana301189 commented 4 years ago

Not able to signup on jsonschema.net as it is showing lowrecaptcha score.tried using Github login too then to not working

jackwootton commented 4 years ago

@Archana301189 Thanks for this issue. Can you provide details on your browser and whether you have any ad blockers installed?

titpetric commented 4 years ago

Version 79.0.3945.130 (Developer Build) built on Debian buster/sid, running on Debian buster/sid (64-bit)

AdBlock installed (but 0 items blocked on page, "don't run on this page" doesn't change the behavior).

jackwootton commented 4 years ago

@titpetric Thanks for the detail, which browser are you using?

titpetric commented 4 years ago

That’s a Chromium, weirdly I assumed it was in the version string 😂

jackwootton commented 4 years ago

@titpetric Can you disable adblock, register, enable adblock, and then login?

titpetric commented 4 years ago

I don’t want to register, but thanks.

On Mon, 17 Aug 2020 at 21:07, Jack Wootton notifications@github.com wrote:

@titpetric https://github.com/titpetric Can you disable adblock, register, enable adblock, and then login?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jsonsystems/json-schema/issues/95#issuecomment-675059253, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABY7EAHXHXAB7I5L2HZJO3SBF5WTANCNFSM4PYVFXZA .

jackwootton commented 4 years ago

@titpetric Sure thing. I assumed that you had tried to do so in order to receive the low recaptcha score :/

titpetric commented 4 years ago

Nope, that’s immediate - i wanted to use the guest login link below the signup form. The notice pops up without interaction (or possibly from a click on the guest link).

On Tue, 18 Aug 2020 at 19:28, Jack Wootton notifications@github.com wrote:

@titpetric https://github.com/titpetric Sure thing. I assumed that you had tried to do so in order to receive the low recaptcha score :/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jsonsystems/json-schema/issues/95#issuecomment-675612178, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABY7EHASJRBJMLT3JHBZO3SBK223ANCNFSM4PYVFXZA .

Detnator-Neo commented 4 years ago

Hi there.For what it's worth, I'm having the same issue. My setup: macOS catalina 10.15.6. Safari 13.1.2 and Safari Technology Preview 14.0.1. It seems to be working in Chrome. Also it worked once or twice in Safari but then stopped working. So intermittent issue of some kind, it seems.

jackwootton commented 4 years ago

@Detnator-Neo I tested this morning with macOS Catalinaa 10.15.6 with Safari 13.1.2;

Worked:

Not working:

{
    "success": true,
    "score": 0.7,
    "action": "login",
    "challenge_ts": "2020-09-12T09:37:17Z",
    "hostname": "jsonschema.net",
    "error-codes": null
}

I've taken the lower bound down to 0.7 and see if that is the right balance between security and permissiveness. Do you mind trying it at www.jsonschema.net?

jackwootton commented 4 years ago

I've changed the threshold so this should now be working. Let me know?

fernandolguevara commented 4 years ago

same problem here, can't use the tool image

jackwootton commented 3 years ago

@fernandolguevara What is the response from the recaptcha request (https://jsonschema.net/api/captcha)?

fernandolguevara commented 3 years ago

image

jackwootton commented 3 years ago

@fernandolguevara 0.1 is a very low score. Are you using an ad-blocker, or Brave with Shields Up? I don't know the algorithm behind recaptcha v3 but I think it scores can be impacted by browser settings.

Can you try in a standard Chrome install without any extensions installed and see if that works for you? Or perhaps in Incognito mode?

fernandolguevara commented 3 years ago

No problem, it's a shame that I can't use the tool, I don't know exactly what's behind the user's system, but it would be nice if anonymous users can use the tool ✌🏼

jackwootton commented 3 years ago

@fernandolguevara I would like that too. Did you try in a standard Chrome brower install without any extensions installed and see if that works for you?

jackwootton commented 2 years ago

This should now be resolved on the new version of www.jsonschema.net