Skip to content

Instantly share code, notes, and snippets.

@unixfox
Last active March 17, 2020 16:54
Show Gist options
  • Save unixfox/7bd384c433718603cc9ad68cbbbf6f00 to your computer and use it in GitHub Desktop.
Save unixfox/7bd384c433718603cc9ad68cbbbf6f00 to your computer and use it in GitHub Desktop.
I got the audio recaptcha V2 working correctly with Firefox while still using privacy oriented extensions

While searching why Google Recaptcha audio doesn't work on my Firefox:

I found that Google is trying to recognize if my browser is really a Firefox browser by applying a technique called canvas fingerprinting. The reason why the Google Recaptcha audio challenge didn't work for me is I'm using an extension that change my user agent every 10 minutes (Random User-Agent).

I stopped using this extension and switched to Trace. You may enable some features in the extension's settings (personally I enabled everything to be as untraceable as possible). Then I went to the whitelist tab of the extension's settings, after that I whitelisted https://www.google.com/recaptcha/* & https://www.gstatic.com/recaptcha/* and finally I disabled Canvas fingerpriting protection and User-Agent randomiser in the Applied to all pages column:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment