2016-02-16 12:06:28 +00:00
|
|
|
RewriteEngine on
|
2019-03-24 13:50:04 +00:00
|
|
|
RewriteCond !%{HTTP_USER_AGENT} "Let's Encrypt validation server" [NC]
|
2017-01-03 16:46:26 +00:00
|
|
|
RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview|facebookexternalhit) [NC]
|
2016-02-16 12:06:28 +00:00
|
|
|
RewriteRule .* - [R=403,L]
|