mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-01-04 08:06:05 +01:00
4 lines
228 B
Text
4 lines
228 B
Text
RewriteEngine on
|
|
RewriteCond !%{HTTP_USER_AGENT} "Let's Encrypt validation server" [NC]
|
|
RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview|facebookexternalhit) [NC]
|
|
RewriteRule .* - [R=403,L]
|