mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Update jQuery in a mobile web page and add integrity check, just to be sure
This commit is contained in:
parent
3aa3832840
commit
83cdc82aa1
|
@ -21,7 +21,9 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1" />
|
||||
|
||||
<script src="http://code.jquery.com/jquery-latest.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-1.12.4.min.js"
|
||||
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans" />
|
||||
<link rel="stylesheet" href="scan.css" />
|
||||
|
|
Loading…
Reference in a new issue