From 6b530af8984b648271df4b94d20deab575b83efb Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Tue, 30 Apr 2024 03:24:41 +0900 Subject: [PATCH] RobotsTxt: remove duplicate Turns out /file is already listed... Bug: N/A Signed-off-by: Yongmin Hong --- PhabExt/PhabricatorCustomRobotsTxtController.php | 1 - 1 file changed, 1 deletion(-) 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';