Answer the question
In order to leave comments, you need to log in
How to know if the client's chrome browser is running in headless mode?
Good day everyone.
There is a headless mode in chrome, https://developers.google.com/web/updates/2017/04/...
How can I know that such a client has visited my site via js?
Answer the question
In order to leave comments, you need to log in
It has its own User Agent
another way... since this is a console, there are no window APIs in it
if(window.chrome === 'undefined') {
// headless detect!
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question