diff --git a/PhabExt/PhabricatorCustomRobotsTxtController.php b/PhabExt/PhabricatorCustomRobotsTxtController.php index d840f66..037d751 100644 --- a/PhabExt/PhabricatorCustomRobotsTxtController.php +++ b/PhabExt/PhabricatorCustomRobotsTxtController.php @@ -19,7 +19,6 @@ public function processRequest() { $out[] = 'Disallow: /diffusion/'; $out[] = 'Disallow: /source/'; $out[] = 'Disallow: /multimeter/'; - $out[] = 'Disallow: /file/'; $out[] = 'Disallow: /policy/explain'; $out[] = 'Disallow: /auth'; $out[] = 'Disallow: /login';