Cloudflare are a scummy company trying to force you to use one browser and view all ads.
Tell HN: Impassable Cloudflare challenges are ruining my browsing experience
31–40 of 312 posts
Re: Tell HN: Impassable Cloudflare challenges are ruining my browsing experience
#32If it is triggered by the customizations you did in Firefox, then running a fresh Firefox in a container might help: docker run -it --rm -e DISPLAY --net=host -v $XAUTHORITY:/root/.Xauthority -v /tmp/.X11-unix:/tmp/.X11-unix debian:12-slim Then inside the container, run: apt update apt install firefox-esr firefox
Re: Tell HN: Impassable Cloudflare challenges are ruining my browsing experience
#33I deal with this fairly commonly, presumably because I use linux, and we all know only botnets use linux. Occasionally with cloudflare I'll just get summary rejection and supposed blocking of my IP, but either it's summary rejection or a pass without challenge. Recently I had to deal with this for alibaba just to look at something, which I usually just use torbrowser with, and finally gave up as I couldn't pass the c…
This is the way.
Re: Tell HN: Impassable Cloudflare challenges are ruining my browsing experience
#34Earlier quoted context omitted.
They are not targeting people like you. Bots are the target. If you look like a bot, how are they going to distinguish?
> If you look like a bot, how are they going to distinguish? Some non-existant system of attesting that I'm person X (possibly through an e-ID card) who has issued a client certificate Y (cert chain, using my e-ID cert to sign) to be used with my device Z (presumably with a device fingerprint or IP range attached to the cert). Of course, this would mean no privacy, but that's not that different from being signed in t…
I had a guy like that working with me. Blocked every possible tracker, disabled javascript, used some niche browser, proton mail, and then complains that google doesn’t allow him to sign in. I get it, privacy and what not. But the guy was an outlier.
Some random blogs, product pages aren’t gov, most likely have no way to opt-in for gov eID (maybe they aren’t based in the EU), and they only care that their service is available fast globally and that they get ddos protection for free (plus some other convenience features).
Re: Tell HN: Impassable Cloudflare challenges are ruining my browsing experience
#35Earlier quoted context omitted.
The sad part is that it's trivial to get around CF's bot protection if you're writing a bot (just use curl-impersonate and buy residential IPs), but it's pretty much impossible to bypass as a human if their magical black box doesn't like your browser and/or IP address.
How does it get around captchas?
Re: Tell HN: Impassable Cloudflare challenges are ruining my browsing experience
#36This is probably the cause, especially if you're doing stuff like spoofing user agent. It's not cloudflare "cracking down on privacy" or whatever either. Unmodified tor browser passes turnstile challenges just fine.
Re: Tell HN: Impassable Cloudflare challenges are ruining my browsing experience
#37> - The "unsubscribe" button in Indeed's job notification emails leads me to an impassable Cloudflare challenge. Maybe indeed could be held liable here? From the can spam act (if you're from the US): > You can’t charge a fee, require the recipient to give you any personally identifying information beyond an email address, or make the recipient take any step other than sending a reply email or visiting a single page o…
so i just flagged it all as spam and hoped it hurts their deliverability a little.
Re: Tell HN: Impassable Cloudflare challenges are ruining my browsing experience
#38If it is triggered by the customizations you did in Firefox, then running a fresh Firefox in a container might help: docker run -it --rm -e DISPLAY --net=host -v $XAUTHORITY:/root/.Xauthority -v /tmp/.X11-unix:/tmp/.X11-unix debian:12-slim Then inside the container, run: apt update apt install firefox-esr firefox
Re: Tell HN: Impassable Cloudflare challenges are ruining my browsing experience
#39Sometimes you miss what you were aiming for I guess
Re: Tell HN: Impassable Cloudflare challenges are ruining my browsing experience
#40Earlier quoted context omitted.
The sad part is that it's trivial to get around CF's bot protection if you're writing a bot (just use curl-impersonate and buy residential IPs), but it's pretty much impossible to bypass as a human if their magical black box doesn't like your browser and/or IP address.
How does it get around captchas?