Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.43 KB

File metadata and controls

18 lines (12 loc) · 1.43 KB

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.