mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-12-25 15:29:23 -05: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]
|