From 573d932835df559767c4cb41c274430d604e5f26 Mon Sep 17 00:00:00 2001 From: Kris Charbonneau <71025360+krischarbonneau@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:32:08 -0400 Subject: [PATCH] Update robots.txt to block access to auth and pages behind auth (#704) --- package-lock.json | 2 +- public/robots.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59a7ad3ba..ec975b222 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "secure-client-hub", - "version": "0.1.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@cypress/request": "^3.0.1", diff --git a/public/robots.txt b/public/robots.txt index c8bc4bcc6..255bf0f05 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -28,4 +28,6 @@ # User-Agent: * Allow: / -Disallow: /api/ \ No newline at end of file +Disallow: /api/ +Disallow: /en/* +Disallow: /fr/* \ No newline at end of file