Skip to content

Commit ba39109

Browse files
Merge pull request #141 from contentstack/feat/cs-43669-live-preview-support-1.0-2.0
chore: added integrirty key and value
2 parents a4bccee + 044c6c7 commit ba39109

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/web/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Contentstack - Javascript SDK</title>
6-
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
6+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-KXn5puMvxCw+dAYznun+drMdG1IFl3agK0p/pqT9KAo=">
77
</head>
88
<body>
99
<div class="container">
@@ -14,8 +14,8 @@ <h1>News</h1>
1414
<input type="submit" name="Download Asset">
1515
</div>
1616
</div>
17-
<script src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
18-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
17+
<script src="https://code.jquery.com/jquery-2.2.0.min.js" integrity="sha256-ihAoc6M/JPfrIiIeayPE9xjin4UWjsx2mjW/rtmxLM4="></script>
18+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha256-KXn5puMvxCw+dAYznun+drMdG1IFl3agK0p/pqT9KAo="></script>
1919
<script src="../../dist/web/contentstack.js"></script>
2020
<script src="scripts/custom.min.js"></script>
2121
</body>

0 commit comments

Comments
 (0)