The Wayback Machine - https://web.archive.org/web/20220405062239/https://github.com/topics/recaptcha
Skip to content
#

recaptcha

Here are 549 public repositories matching this topic...

ukrexpo
ukrexpo commented May 10, 2020

Real User-Agent is detectable with <iframe> when using "puppeteer-extra-plugin-stealth". To prevent it use "'--disable-features=site-per-process'" argument for puppeteer.launch(). See explanation: puppeteer/puppeteer#2548

Real screen size is also detectable with iframe, to prevent it I used preload() script.

OS: Windows 10
"puppeteer": 3.0.4
"puppeteer-extra": 3.1

good first issue plugin: stealth ㊙️ workaround-available
c-blake
c-blake commented Oct 6, 2020

The recaptcha library added a second overload for initRecaptcha. Consequently, nimwcpkg/webs/captchas.nim:setupReCaptcha must provide a third argument (either a bool or a Provider) for Nim to unambiguously resolve the call. This will matter more once recaptcha stamps a new release. You may want a when compiles guard to handle both old & new recaptcha libs.

good first issue

Improve this page

Add a description, image, and links to the recaptcha topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recaptcha topic, visit your repo's landing page and select "manage topics."

Learn more