From b503366d8c92895d82c9358272893872ef0bde24 Mon Sep 17 00:00:00 2001 From: Randi Mays <19175324+randimays@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:31:31 -0600 Subject: [PATCH] VACMS-20329 Add new Teamsites for injected assets --- .../proxy-rewrite-whitelist.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/applications/proxy-rewrite/proxy-rewrite-whitelist.json b/src/applications/proxy-rewrite/proxy-rewrite-whitelist.json index e56979fdcff5..88a0a3562d33 100644 --- a/src/applications/proxy-rewrite/proxy-rewrite-whitelist.json +++ b/src/applications/proxy-rewrite/proxy-rewrite-whitelist.json @@ -95,6 +95,21 @@ "pathnameBeginning": "/", "cookieOnly": true }, + { + "hostname": "mentalhealth.va.gov", + "pathnameBeginning": "/", + "cookieOnly": true + }, + { + "hostname": "www.mirecc.va.gov", + "pathnameBeginning": "/", + "cookieOnly": true + }, + { + "hostname": "mirecc.va.gov", + "pathnameBeginning": "/", + "cookieOnly": true + }, { "hostname": "www.move.va.gov", "pathnameBeginning": "/", @@ -145,6 +160,11 @@ "pathnameBeginning": "/", "cookieOnly": true }, + { + "hostname": "ptsd.va.gov", + "pathnameBeginning": "/", + "cookieOnly": true + }, { "hostname": "www.publichealth.va.gov", "pathnameBeginning": "/",