Forum Moderators: open
BrowserMatchNoCase HeadlessChrome bad_bot
Order Deny,Allow
Deny from env=bad_bot RewriteCond %{HTTP_USER_AGENT} (HeadlessChrome) [NC]
RewriteRule .* - [F]
Is it safe to block in htaccess with the following?You’re really asking two different questions: Is this an appropriate access-control method, and can this UA string be blocked without ill consequences?