From eb6d994672725105445fd8a655c118bb57d5ce3e Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 3 Jan 2017 17:46:26 +0100 Subject: [PATCH] Add Facebook to robot block list https://github.com/PrivateBin/PrivateBin/issues/156 https://www.facebook.com/externalhit_uatext.php --- .htaccess.disabled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess.disabled b/.htaccess.disabled index 1f5af9f..60149fe 100644 --- a/.htaccess.disabled +++ b/.htaccess.disabled @@ -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]