mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-07-17 16:39:40 +00:00
Add Facebook to robot block list
https://github.com/PrivateBin/PrivateBin/issues/156 https://www.facebook.com/externalhit_uatext.php
This commit is contained in:
parent
a5d91298ff
commit
eb6d994672
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
RewriteEngine on
|
||||
RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview) [NC]
|
||||
RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview|facebookexternalhit) [NC]
|
||||
RewriteRule .* - [R=403,L]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue