Version 148.0.7778.215 for Windows has a major issue with GPU spoofing. This issue can potentially cause serious compatibility problems with websites protected by Cloudflare Challenges and possibly other anti-bot services.
In chrome://gpu/, under Log Messages, the following error appears:
EGL Driver message (Error) eglCreateContext: Requested version is not supported
When visiting a website protected by Cloudflare Challenges, the challenge enters an infinite refresh loop and the user cannot access the website.
Steps to reproduce
- Run fingerprint-chromium version 148.0.7778.215 on Windows.
- Start the browser using the fingerprint parameter --fingerprint={seed}
- Open the Cloudflare Challenges test page: https://rucaptcha.com/demo/cloudflare-turnstile-challenge
- The challenge enters an infinite refresh loop and never completes.
Workaround
The issue can be avoided by using one of the following launch parameters:
--disable-spoofing=gpu
--disable-gpu
--use-angle=swiftshader
--use-angle=gl
With these parameters, the Cloudflare Challenges completes successfully.
Version 148.0.7778.215 for Windows has a major issue with GPU spoofing. This issue can potentially cause serious compatibility problems with websites protected by Cloudflare Challenges and possibly other anti-bot services.
In chrome://gpu/, under Log Messages, the following error appears:
When visiting a website protected by Cloudflare Challenges, the challenge enters an infinite refresh loop and the user cannot access the website.
Steps to reproduce
Workaround
The issue can be avoided by using one of the following launch parameters:
With these parameters, the Cloudflare Challenges completes successfully.