mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-03-10 16:09:48 -04: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]
|