Browse Source

Merge pull request #389 from moebrowne/security/sri

Adds SRI for Remote JS Dependencies
gh-pages
jeromewu 5 years ago committed by GitHub
parent
commit
d6e9177290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      index.html

2
index.html

@ -92,7 +92,7 @@
<script src="animation/hypercube.js"></script> <script src="animation/hypercube.js"></script>
<script src="animation/animate.js"></script> <script src="animation/animate.js"></script>
<script src="https://unpkg.com/tesseract.js@2.0.0/dist/tesseract.min.js"></script> <script src="https://unpkg.com/tesseract.js@2.0.0/dist/tesseract.min.js" integrity="sha384-MTEb82ufpBJ2VCTmPZlD/+vgiT5z6zmOwqU/uDO9IobYm9xCOUEN0WH3czf6ppl8" crossorigin="anonymous"></script>
<script src="demo.js"></script> <script src="demo.js"></script>
<script> <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Loading…
Cancel
Save