From: Valvin Date: Wed, 8 May 2019 11:08:34 +0000 (+0200) Subject: add new disallowed path for robots.txt X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0b1c27183713f2496c589618d00c36f86448185a;p=friendica.git add new disallowed path for robots.txt --- diff --git a/src/Module/RobotsTxt.php b/src/Module/RobotsTxt.php index 3648f6f9fb..635056a0ad 100644 --- a/src/Module/RobotsTxt.php +++ b/src/Module/RobotsTxt.php @@ -15,6 +15,9 @@ class RobotsTxt extends BaseModule '/settings/', '/admin/', '/message/', + '/search', + '/help', + '/proxy', ]; header('Content-Type: text/plain');