Post #2881844
2026-04-29 18:50 UTC
@bhhaskin@social.bitsofsimplicity.com @gglockner@social.seattle.wa.us I visit a handful of sites that have some sort of cloudflare feature that supposedly checks the browser to see if it's a robot. It doesn't ask me anything, but it does take a few seconds to process.
Replies (1)
-
@bhhaskin@social.bitsofsimplicity.com 2026-04-29 18:54
@mlanger@mastodon.world @gglockner@social.seattle.wa.us yeah that runs a few checks in JavaScript to try and make sure you are a person, but it wouldn't surprise me if it can be bypassed easily these days for someone who wants to. A lot of times they are checking if they have seen you before and detect mouse movements or other human interactions. They also check network requests to see if you are just downloading the HTML and skipping over things like images and scripts. If something looks off they will usually do a captcha challenge instead of outright blocking. The 'not a robot' check box from Google recaptcha has been doing the same thing for years.