commit 11f02e587f5d29baf1880dbce681dd644f600f2b Author: Yongmin Hong Date: Mon Apr 15 19:14:13 2024 +0900 initial commit Yet another sandbox. Bug: N/A Signed-off-by: Yongmin Hong diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/PhabExt/PhabricatorCustomRobotsTxtController.php b/PhabExt/PhabricatorCustomRobotsTxtController.php new file mode 100644 index 0000000..a2a3e0d --- /dev/null +++ b/PhabExt/PhabricatorCustomRobotsTxtController.php @@ -0,0 +1,26 @@ +setContent($content) + ->setCacheDurationInSeconds(phutil_units('2 hours in seconds')) + ->setCanCDN(true); + } +} \ No newline at end of file