From 683a11ca2769063a1e5d40b3d6e5c820a20ba49f Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Wed, 17 Apr 2024 01:50:42 +0900 Subject: [PATCH] RobotsTxt: fix another typo It's probably high time that I go to bed. Bug: N/A Signed-off-by: Yongmin Hong --- PhabExt/PhabricatorCustomRobotsTxtController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhabExt/PhabricatorCustomRobotsTxtController.php b/PhabExt/PhabricatorCustomRobotsTxtController.php index ca5435a..11fc45c 100644 --- a/PhabExt/PhabricatorCustomRobotsTxtController.php +++ b/PhabExt/PhabricatorCustomRobotsTxtController.php @@ -42,7 +42,7 @@ public function processRequest() { $out[] = 'Disallow: /J*%24*'; // This is user list. // As of 2024-04-17 user list is behind auth but who knows it might change? - $out[] = '/people'; + $out[] = 'Disallow: /people'; // This is user profile link. $out[] = 'Disallow: /p/'; // Phorge specific entries end here.