Skip to content

Commit eb4d4ae

Browse files
committed
fix: update jquery to https
1 parent 36d2683 commit eb4d4ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ function spans($list) {
9393
<footer><a id="built" href="https://twitter.com/rem">@rem built this</a></footer>
9494
</section>
9595
<a id="forkme" href="https://github.com/remy/html5demos"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png" alt="Fork me on GitHub" /></a>
96-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
96+
<script
97+
src="https://code.jquery.com/jquery-1.12.4.min.js"
98+
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
99+
crossorigin="anonymous"></script>
97100
<script>
98101
(function() {
99102

0 commit comments

Comments
 (0)