User.js: Google reCAPTCHA issue

Created on 16 Dec 2018  路  10Comments  路  Source: pyllyukko/user.js

Hi!

Without relaxed user.js it only takes one recaptcha, but with I have to do many to succeed, but still not OK, so I have to do one more, and one more, and...

All 10 comments

Maybe recaptcha can use beacons and asks the browser to send pings:

beacon.enabled
browser.send_pings

Thanks! Will try.

Have a look at browser's console. For Firefox > Tools > Web Developer > Network

I have the same issue with the normal (non-relaxed) profile. Need to fill in the ReCAPTCHA over and over again before it finally accepts it. I have concluded that it's only Google giving us shit for not keeping our cookies forever :smile:

I get the same behavior (multiple reCAPTCHAs required) and came to the same conclusion.

Why don't you have a Google cookie, citizen

Same as the previous 2 messages for me.

Why don't you have a Google cookie, citizen

Google cookie won't help you.
I'm logged in with my google account, but after one or two captchas - oftentimes for the first one - I get several captchas, sometimes up to 10 or so.

I found that I had to disable this one on the relaxed profile, or I am sent to "captcha infinite loop" on several french sites like https://www.fnac.com:

// Set Accept-Language HTTP header to en-US regardless of Firefox localization
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language
pref("intl.accept_languages", "en-US, en");

Obviously Google detects a language mismatch somehow (which is weird because all my locale variables are set to en_US and Firefox is in english).

I'm closing this, as the CAPTCHA is technically working and it's only Google bullying us.

Was this page helpful?
0 / 5 - 0 ratings