Skip to content

Latest commit

 

History

History

making-chrome-headless-undetectable

Making Chrome Headless Undetectable

Making Chrome Headless Undetectable is a response to a set of JavaScript based tests that were floating around the internet as a way to block users of headless browser. It shows that these tests have high false positive rates and can be easily bypassed.

The tests were implemented as a web page that displays the results in a visual table. The code for the tests are located in:

The tests are then bypasses by injecting JavaScript into the page before it loads.

Details for running the proxy and installing the dependencies can be found in the original article.