Closed Zeldaboy14 closed 1 year ago
Try allowing third-party cookies.
Im allowing all cookies. So that was already ruled out
Im allowing all cookies. So that was already ruled out
Just use a windows user agent on args, for example: "--user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64)....."
Same issue. Cookies allowed. UA to windows. Issue persists
Ungoogled chromium version: 114.0.5735.134 64-bit windows
It was temp working after a fresh windows install, but shortly after, this issue started to persist again
@Zeldaboy14 Have you tried disabling JavaScript JIT in website settings?
@Zeldaboy14 Have you tried disabling JavaScript JIT in website settings?
The main problem is from Cloudflare workers. These workers don't load correctly, that's why CloudFlare created his own version https://github.com/cloudflare/puppeteer. To fix this error you can Lauch puppeteer with devtool enabled to force worker loading.
And sure, there is more complex details about to handle CloudFlare redirects, turnstile bypass and more.
Looks like there's nothing left to do regarding this issue — closing.
OS/Platform
Windows
Installed
https://ungoogled-software.github.io/ungoogled-chromium-binaries/
Version
Version 112.0.5615.138
Have you tested that this is not an upstream issue or an issue with your configuration?
Description
Can't past Cloudflares DDOS protection for websites
How to Reproduce?
Go to any site that uses cloudflare ddos protection (example: https://www.spigotmc.org/) It'll ask you to check the box for human verification This loops infinitely and you keep doing this
Actual behaviour
No matter how many times you click human verification, the page refreshs back to the same page, and you keep running into the same issue over and over again
Expected behaviour
All you should need to do is click the box and it will allow you into the site
Relevant log output
No response
Additional context
No response