Merge pull request #7118 from valvin1/patch-1

add new disallowed path for robots.txt
This commit is contained in:
Hypolite Petovan
2019-05-08 09:19:09 -04:00
committed by GitHub

View File

@@ -15,6 +15,9 @@ class RobotsTxt extends BaseModule
'/settings/', '/settings/',
'/admin/', '/admin/',
'/message/', '/message/',
'/search',
'/help',
'/proxy',
]; ];
header('Content-Type: text/plain'); header('Content-Type: text/plain');