mirror of
https://github.com/friendica/friendica
synced 2024-11-20 15:03:41 +00:00
add new disallowed path for robots.txt
This commit is contained in:
parent
dcd602d02a
commit
0b1c271837
1 changed files with 3 additions and 0 deletions
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue