Skip to content

Commit

Permalink
Add SRI Hash for jQuery from CDN (2factorauth#2308)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj authored and Carlgo11 committed Jan 17, 2017
1 parent 6b2ac6b commit 3470ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/secondary.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>

<!-- 3rd Party Libraries -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" integrity="sha384-8gBf6Y4YYq7Jx97PIqmTwLPin4hxIzQw5aDmUg/DDhul9fFpbbLcLh3nTIIDJKhx" crossorigin="anonymous"></script>
<script src="/lib/semantic/javascript/semantic.min.js"></script>
</body>
</html>

0 comments on commit 3470ccc

Please sign in to comment.