Skip to content

Commit

Permalink
Merge pull request #2098 from GSA/2064-pages-vulnerability-report-fix…
Browse files Browse the repository at this point in the history
…es---2537-hotfix-staging

Fix SHA Hash for staging
  • Loading branch information
kkrug authored Dec 18, 2024
2 parents 7d3d23c + e62e5f8 commit 829ea01
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,11 @@
<script src="https://portal.challenge.gov/js/client.js" integrity="sha384-J11hCQC6+esHSrCiCMdMesm2fLHifDXWYhx3Yq++Ox67dkUGWTJeXGWlbdTAgd7a" crossorigin="anonymous"></script>
{% elsif site.branch == "staging" %}
<link rel="stylesheet" href="https://challenge-portal-staging.app.cloud.gov/css/public.css" integrity="sha384-U3FAM/KmpWpDIC9LvHTiN5MfVf9HnN8i0pKD4IvBnzxfTSVlbqCLSUx1MQwjYkov" crossorigin="anonymous">
<script src="https://challenge-portal-staging.app.cloud.gov/js/public.js" integrity="sha384-EadIINJfyK5WjX2xpy9sbX/YPYG7toOOYJVp1gS0Lwmun/DVJ3udFIqyS5rBQJDt" crossorigin="anonymous"></script>
<script src="https://challenge-portal-staging.app.cloud.gov/js/client.js" integrity="sha384-2H5+GtVkVnbdZ8eOn+Ae6gpnADKDtm73dRVqjQmgZlYZ4Wx50fZS2lRqeNo8pq4Y" crossorigin="anonymous"></script>
{% elsif site.branch == "dev" %}
<script src="https://challenge-portal-staging.app.cloud.gov/js/public.js" integrity="sha384-dkoB9nNC+Z84JzdBwM8cOO32C/0iy86FrQjFpucPYC7uW7NCG1tx5fw6QMJk1kGf" crossorigin="anonymous"></script>
<script src="https://challenge-portal-staging.app.cloud.gov/js/client.js" integrity="sha384-gFJARBzgip5TE0X/pZRbbZExxnCikuDYI84OtXe+EyOP64ZHh6m0G9hiKPncrEZy" crossorigin="anonymous"></script>{% elsif site.branch == "dev" %}
<link rel="stylesheet" href="https://challenge-portal-staging.app.cloud.gov/css/public.css" crossorigin="anonymous">
<script src="https://challenge-portal-staging.app.cloud.gov/js/public.js" integrity="sha384-EadIINJfyK5WjX2xpy9sbX/YPYG7toOOYJVp1gS0Lwmun/DVJ3udFIqyS5rBQJDt" crossorigin="anonymous"></script>
<script src="https://challenge-portal-staging.app.cloud.gov/js/client.js" integrity="sha384-2H5+GtVkVnbdZ8eOn+Ae6gpnADKDtm73dRVqjQmgZlYZ4Wx50fZS2lRqeNo8pq4Y" crossorigin="anonymous"></script>
{% elsif jekyll.environment == "dev" %}
<script src="https://challenge-portal-staging.app.cloud.gov/js/public.js" integrity="sha384-dkoB9nNC+Z84JzdBwM8cOO32C/0iy86FrQjFpucPYC7uW7NCG1tx5fw6QMJk1kGf" crossorigin="anonymous"></script>
<script src="https://challenge-portal-staging.app.cloud.gov/js/client.js" integrity="sha384-gFJARBzgip5TE0X/pZRbbZExxnCikuDYI84OtXe+EyOP64ZHh6m0G9hiKPncrEZy" crossorigin="anonymous"></script>{% elsif jekyll.environment == "dev" %}
<link rel="stylesheet" href="http://localhost:4000/css/public.css" crossorigin="anonymous">
<script src="http://localhost:4000/js/public.js"></script>
<script src="http://localhost:4000/js/client.js"></script>
Expand Down

0 comments on commit 829ea01

Please sign in to comment.