From e422f2a818d0906dbea695cccbda278ae3f31021 Mon Sep 17 00:00:00 2001
From: jdettmannnava <145699825+jdettmannnava@users.noreply.github.com>
Date: Tue, 26 Mar 2024 10:28:13 -0700
Subject: [PATCH] DPC-3979 Change sandbox to use prod tealium (#106)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## đĢ Ticket
https://jira.cms.gov/browse/DPC-2979
## đ Changes
- default layout changed to use /prod/ instead of /qa/ as src_url for
calls
- shared header changed to pull in /prod/ instead of /qa/ JavaScript
file
## âšī¸ Context for reviewers
Sandbox is considered production in terms of end users
## â
Acceptance Validation
Impossible to test until rollout
## đ Security Implications
- [ ] This PR adds a new software dependency or dependencies.
- [ ] This PR modifies or invalidates one or more of our security
controls.
- [ ] This PR stores or transmits data that was not stored or
transmitted before.
- [ ] This PR requires additional review of its security implications
for other reasons.
If any security implications apply, add Jason Ashbaugh (GitHub username:
StewGoin) as a reviewer and do not merge this PR without his approval.
---
_includes/_head.html | 4 +---
_layouts/default.html | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/_includes/_head.html b/_includes/_head.html
index 27137547..ce4b1545 100644
--- a/_includes/_head.html
+++ b/_includes/_head.html
@@ -5,10 +5,8 @@
- {% if jekyll.environment == 'prod' %}
+ {% if jekyll.environment == 'prod' or jekyll.environment == 'stage' %}
- {% elsif jekyll.environment == 'stage' %}
-
{% else %}
{% endif %}
diff --git a/_layouts/default.html b/_layouts/default.html
index 9728d0da..f6a8a8f9 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -17,10 +17,8 @@