Skip to content

Commit

Permalink
Update jquery 2.2.3 -> 2.2.4 and add integrity and crossorigin attrib…
Browse files Browse the repository at this point in the history
…utes

The integrity and crossorigin attributes are used for
Subresource Integrity (SRI) checking. See https://www.w3.org/TR/SRI/.

This issue was reported by the CodeQL CI on GitHub.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Sep 6, 2023
1 parent d0ec80e commit 1f9d2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h3>Source Code</h3>
href="https://github.com/UB-Mannheim/ocr-fileformat"
title="Fork me on GitHub">Fork me on GitHub</a>

<script src="https://code.jquery.com/jquery-2.2.3.js"></script>
<script src="https://code.jquery.com/jquery-2.2.4.js" integrity="sha256-iT6Q9iMJYuQiMWNd9lDyBUStIq/8PuOW33aOqmvFpqI=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- <script src="https://cdn.rawgit.com/rndme/download/master/download.min.js"></script> -->
<script src="https://rawgit.com/notifyjs/notifyjs/master/dist/notify.js"></script>
Expand Down

0 comments on commit 1f9d2b2

Please sign in to comment.