]> git.mxchange.org Git - friendica.git/commitdiff
add new disallowed path for robots.txt
authorValvin <valvin1@users.noreply.github.com>
Wed, 8 May 2019 11:08:34 +0000 (13:08 +0200)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 11:08:34 +0000 (13:08 +0200)
src/Module/RobotsTxt.php

index 3648f6f9fba2186d1b60cf9c0385eae9aaf10f0c..635056a0ad999348483233daa23ad3d46d57288a 100644 (file)
@@ -15,6 +15,9 @@ class RobotsTxt extends BaseModule
                        '/settings/',
                        '/admin/',
                        '/message/',
+                       '/search',
+                       '/help',
+                       '/proxy',
                ];
 
                header('Content-Type: text/plain');