I run the code on a VPS server (aarch64). But it can't pass the Cloudflare Turnstile captcha |
Answered by
mdmintz
Jul 20, 2026
Replies: 1 comment
|
If your VPS is missing standard fonts, then that's a bad fingerprint that gets you detected. Headless mode is unnecessary on Linux due to the included Xvfb integration. GitHub Actions jobs for ARM64 Linux are correctly bypassing a CF Turnstile: |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If your VPS is missing standard fonts, then that's a bad fingerprint that gets you detected.
Here's a Dockerfile that properly configures a Linux environment and installs standard fonts:
https://github.com/seleniumbase/SeleniumBase/blob/master/Dockerfile
Headless mode is unnecessary on Linux due to the included Xvfb integration.
GitHub Actions jobs for ARM64 Linux are correctly bypassing a CF Turnstile:
https://github.com/mdmintz/undetected-testing/actions/runs/29714057937/job/88263424128#step:14:29