Cloudfare

Questions, comments, and suggestions about this site should go here.
Post Reply
User avatar
iansjack
Member
Member
Posts: 4908
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Cloudfare

Post by iansjack »

Is it just me or is it a little overzealous at the moment? I'm getting the verification page on every visit, which is a bit tiresome.
User avatar
Demindiro
Member
Member
Posts: 165
Joined: Fri Jun 11, 2021 6:02 am
Libera.chat IRC: demindiro
Location: Belgium
Contact:

Re: Cloudfare

Post by Demindiro »

Not just you and not just this site either. It already used to be quite frequent on most sites for me, but it's also pretty much on every visit at this point.
GeneSYS exokernel (Codeberg)
Lemmings! micro-/multikernel (Github, Codeberg)
Waddle container tool (Codeberg)
User avatar
iansjack
Member
Member
Posts: 4908
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Cloudfare

Post by iansjack »

I do get this on a few other sites, but not so intrusive as here. It’s a real disincentive to visit.
User avatar
xenos
Member
Member
Posts: 1141
Joined: Thu Aug 11, 2005 11:00 pm
Libera.chat IRC: xenos1984
Location: Tartu, Estonia
GitHub: https://github.com/xenos1984
Contact:

Re: Cloudfare

Post by xenos »

I experience this as well. I also get the Cloudflare page at every visit, and sometimes get logged out as well. Maybe a reaction to another spam or DDOS incident?
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
User avatar
xenos
Member
Member
Posts: 1141
Joined: Thu Aug 11, 2005 11:00 pm
Libera.chat IRC: xenos1984
Location: Tartu, Estonia
GitHub: https://github.com/xenos1984
Contact:

Re: Cloudfare

Post by xenos »

When I just opened the website, Cloudflare was going nuts. It kept reloading the blocking page several times for about two minutes, telling me that my browser is banned in the meantime, asking me to reload manually, then loading again partially and reloading again before it was complete... Until I finally got in. I don't think this is normal, expected behavior.

FWIW, this is Firefox 147.0.2 on Ubuntu 24.04.
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
pepelevamp
Posts: 1
Joined: Sun Apr 05, 2026 3:47 am
Libera.chat IRC: WeblordPepe

Re: Cloudfare

Post by pepelevamp »

Hello humans and human impersonators.

New user. I am happy to be here. I just wished to share that I had troubles getting in and even viewing anything due to cloudfare. But I sorta found out why.

I clicked the FAQ or the 'why cant I get in?' link or whatever it was. One of the usual bland reasons was 'Unsupported browser'. And I thought - unsupported browser? Really?

Turns out they're quite specific. You can only have the main version or two older versions of chrome/firefox/safari or whatever. So using Pepe's Browser Of Choice gets ya locked out.

And you're not allowed old OSes. But you're allowed Samsung's browser :D
cloudfare supported browser.png
tocariimaa
Posts: 1
Joined: Sun Sep 14, 2025 4:56 pm
GitHub: https://gitlab.com/tocariimaa

Re: Cloudfare

Post by tocariimaa »

pepelevamp wrote: Sun Apr 05, 2026 4:21 am Hello humans and human impersonators.

New user. I am happy to be here. I just wished to share that I had troubles getting in and even viewing anything due to cloudfare. But I sorta found out why.

I clicked the FAQ or the 'why cant I get in?' link or whatever it was. One of the usual bland reasons was 'Unsupported browser'. And I thought - unsupported browser? Really?

Turns out they're quite specific. You can only have the main version or two older versions of chrome/firefox/safari or whatever. So using Pepe's Browser Of Choice gets ya locked out.

And you're not allowed old OSes. But you're allowed Samsung's browser :D

cloudfare supported browser.png
Cloudflare's logic to determine if a user is a "bot" is basically just:

Code: Select all

if (userAgent != 'Google Chrome') { annoyUser() }
Anyway, I would recommend to replace this BS with something like go-away.
Post Reply