mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-01-07 21:48:18 -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]
|