Skip to content

Commit

Permalink
Merge pull request #19 from EyeSeeTea/fix/security-inclusion-untruste…
Browse files Browse the repository at this point in the history
…d-source

fix: Inclusion of functionality from an untrusted source
  • Loading branch information
ifoche authored Jan 8, 2025
2 parents 41a5b7c + b03e7e2 commit 2d99198
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
-->
<title>Dashboard Reports</title>

<script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB"
crossorigin="anonymous"
></script>
<script src="%PUBLIC_URL%/feedback-tool/feedback.min.js"></script>
<script src="%PUBLIC_URL%/feedback-tool/feedback-github.min.js"></script>
<script src="%PUBLIC_URL%/feedback-tool/feedback-dhis2.min.js"></script>
Expand Down

0 comments on commit 2d99198

Please sign in to comment.