mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-02-06 09:55:19 -05:00
![rugk](/assets/img/avatar_default.png)
https://github.com/PrivateBin/PrivateBin/issues/156 https://www.facebook.com/externalhit_uatext.php
4 lines
157 B
Plaintext
4 lines
157 B
Plaintext
RewriteEngine on
|
|
RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview|facebookexternalhit) [NC]
|
|
RewriteRule .* - [R=403,L]
|