6 ms·
> the new headless Chrome can still be detected using JS browser fingerprinting techniques [...] however, the task has become more challenging [...] I’m not goi
by TAKEMYMONEY 4y ago
> the new headless Chrome can still be detected using JS browser fingerprinting techniques [...] however, the task has become more challenging [...] I’m not going to share any new detection signals
Any guesses?
- botflyguy 4y agoIn the bot detection methods I've seen so far on this, a large part of it is timing analyses where there is a significant difference between headed and headless, e.g. graphical operations, audio processing.
- bornfreddy 4y agoThat, or making sure that mouse really moved somewhere (in a sensible way) before the click occured.
- mwill 4y agoThis would have false positives for some accessibility software, I believe
- vntok 4y agoTrue, that's why you don't want to block the pageload on this signal alone, just use it to trigger a captcha.
- hoistbypetard 4y agoIt's pretty awful to make people who need accessibility software go through more captchas. Those are an accessibility nightmare.
- zelphirkalt 4y agoThat could be circumvented rather easily I guess, by using a non-headless (head-having? head-full? headed?) browser instead. And perhaps adding some random human-seeming delay in interactions.
- zahrc 4y agoHeaded browser. And maybe, but that will make enduser suffer more (as always), as more false-positives will be caught.