Bock HeadlessChrome
-
Good afternoon,
If possible I would like to ask some help blocking Headless visits by bots.
Does anybody have any idea why Headless Chrome visits, sometimes still show up in my analytics tool, after adding to .htaccess:RewriteCond %{HTTP_USER_AGENT} Headless [NC]
RewriteRule .* - [F]Or for example:
RewriteCond %{HTTP_USER_AGENT} (HeadlessChrome) [NC] RewriteRule .* - [F]I thought maybe it had something to do with the agent name being:
Headless Browser 114.0 (or other versions)
I would like to block all versions of the Headless browsers visits.
Thanks in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Bock HeadlessChrome’ is closed to new replies.