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