Skip to content

Commit

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

Undoing the SRI
  • Loading branch information
kkrug authored Dec 20, 2024
2 parents f6608d0 + 6afefe0 commit af40669
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,23 @@
<!-- Digital Analytics Program roll-up, see https://analytics.usa.gov for data -->
<script id="_fed_an_ua_tag" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency={{site.dap_agency}}"></script>
{% if site.branch == "production" %}
<link rel="stylesheet" href="https://portal.challenge.gov/css/public.css" integrity="sha384-U3FAM/KmpWpDIC9LvHTiN5MfVf9HnN8i0pKD4IvBnzxfTSVlbqCLSUx1MQwjYkov" crossorigin="anonymous">
<script src="https://portal.challenge.gov/js/public.js" integrity="sha384-EadIINJfyK5WjX2xpy9sbX/YPYG7toOOYJVp1gS0Lwmun/DVJ3udFIqyS5rBQJDt" crossorigin="anonymous"></script>
<script src="https://portal.challenge.gov/js/client.js" integrity="sha384-J11hCQC6+esHSrCiCMdMesm2fLHifDXWYhx3Yq++Ox67dkUGWTJeXGWlbdTAgd7a" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://portal.challenge.gov/css/public.css" crossorigin="anonymous">
<script src="https://portal.challenge.gov/js/public.js" crossorigin="anonymous"></script>
<script src="https://portal.challenge.gov/js/client.js" 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-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" crossorigin="anonymous"></script>
<script src="https://challenge-portal-staging.app.cloud.gov/js/client.js" 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-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" %}
<script src="https://challenge-portal-staging.app.cloud.gov/js/public.js" crossorigin="anonymous"></script>
<script src="https://challenge-portal-staging.app.cloud.gov/js/client.js" 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>
{% else %}
<link rel="stylesheet" href="https://challenge-portal-dev.app.cloud.gov/css/public.css" crossorigin="anonymous">
<script src="https://challenge-portal-dev.app.cloud.gov/js/public.js" integrity="sha384-ftiQihfu16XPU9p/A7Q14SYrPout4fCgSJ5ikgKf2MPk4tbCNvmqBAVyTQG5//Mb" crossorigin="anonymous"></script>
<script src="https://challenge-portal-dev.app.cloud.gov/js/client.js" integrity="sha384-y+/LgZ9pTFrdlYvopf1yFjGmXJm3HhUTeQ+pNWtokc/ILrXgmfKtiw5dGjYA29f0" crossorigin="anonymous"></script>
<script src="https://challenge-portal-dev.app.cloud.gov/js/public.js" crossorigin="anonymous"></script>
<script src="https://challenge-portal-dev.app.cloud.gov/js/client.js" crossorigin="anonymous"></script>
{% endif %}
<script>
// Explore challenges button scroll to active challenges section of react app
Expand Down

0 comments on commit af40669

Please sign in to comment.