uc got detected by cloudflare on ubuntu 22.04 #2522
Answered
by
mdmintz
STARKILLER-1
asked this question in
Q&A
|
On windows working perfectly, but when we deploy it on ububtu it gets caught by cloudflare, we tried different methods from docks but failed |
Answered by
mdmintz
Feb 20, 2024
Replies: 2 comments 12 replies
|
Likely a change to Chrome's newer headless mode on Linux, which makes it different enough from regular Chrome to be detected. Since you already have the xvfb virtual display activated, try |
12 replies
Answer selected by
mdmintz
|
Lots of improvements to UC Mode recently. Upgrade to |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Likely a change to Chrome's newer headless mode on Linux, which makes it different enough from regular Chrome to be detected. Since you already have the xvfb virtual display activated, try
headed=True, which overrides the default headless mode on Linux. This was previously mentioned in #2477 (comment)