add new disallowed path for robots.txt

This commit is contained in:
Valvin 2019-05-08 13:08:34 +02:00 committed by GitHub
parent dcd602d02a
commit 0b1c271837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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