mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
RewriteEngine on
|
|
RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview) [NC]
|
|
RewriteRule .* - [R=403,L]
|