From fe3582b97288fa59ee9b240539033965547ff73a Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Thu, 25 Dec 2025 17:27:24 +0000 Subject: [PATCH] feat(robots): Update robots.txt to disallow access to /api/* --- Accounts/public/robots.txt | 2 +- AdminDashboard/public/robots.txt | 2 +- Dashboard/public/robots.txt | 2 +- Home/Static/robots.txt | 2 +- StatusPage/public/robots.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Accounts/public/robots.txt b/Accounts/public/robots.txt index e9e57dc4d4..e2b08a75ac 100644 --- a/Accounts/public/robots.txt +++ b/Accounts/public/robots.txt @@ -1,3 +1,3 @@ # https://www.robotstxt.org/robotstxt.html User-agent: * -Disallow: +Disallow: /api/* diff --git a/AdminDashboard/public/robots.txt b/AdminDashboard/public/robots.txt index e9e57dc4d4..e2b08a75ac 100644 --- a/AdminDashboard/public/robots.txt +++ b/AdminDashboard/public/robots.txt @@ -1,3 +1,3 @@ # https://www.robotstxt.org/robotstxt.html User-agent: * -Disallow: +Disallow: /api/* diff --git a/Dashboard/public/robots.txt b/Dashboard/public/robots.txt index e9e57dc4d4..e2b08a75ac 100644 --- a/Dashboard/public/robots.txt +++ b/Dashboard/public/robots.txt @@ -1,3 +1,3 @@ # https://www.robotstxt.org/robotstxt.html User-agent: * -Disallow: +Disallow: /api/* diff --git a/Home/Static/robots.txt b/Home/Static/robots.txt index e9e57dc4d4..e2b08a75ac 100644 --- a/Home/Static/robots.txt +++ b/Home/Static/robots.txt @@ -1,3 +1,3 @@ # https://www.robotstxt.org/robotstxt.html User-agent: * -Disallow: +Disallow: /api/* diff --git a/StatusPage/public/robots.txt b/StatusPage/public/robots.txt index e9e57dc4d4..e2b08a75ac 100644 --- a/StatusPage/public/robots.txt +++ b/StatusPage/public/robots.txt @@ -1,3 +1,3 @@ # https://www.robotstxt.org/robotstxt.html User-agent: * -Disallow: +Disallow: /api/*