Skip to content

Commit 9b92702

Browse files
author
Jason Fox
committed
Add sub resource integrity hashes for jQuery library.
1 parent ad2512f commit 9b92702

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

custom-cluster-theme/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<meta name="description" content="Cluster multiple markers and customize the theme">
77
<title>Marker Clustering with Custom Theme</title>
88
<link rel="stylesheet" type="text/css" href="https://js.api.here.com/v3/3.0/mapsjs-ui.css" />
9-
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
9+
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.3.min.js"
10+
integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo="
11+
crossorigin="anonymous"></script>
1012
<script type="text/javascript" src="https://js.api.here.com/v3/3.0/mapsjs-core.js"></script>
1113
<script type="text/javascript" src="https://js.api.here.com/v3/3.0/mapsjs-service.js"></script>
1214
<script type="text/javascript" src="https://js.api.here.com/v3/3.0/mapsjs-ui.js"></script>

finding-the-nearest-marker/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<meta name="description" content="Find a marker nearest to the click location">
77
<title>Finding the Nearest Marker</title>
88
<link rel="stylesheet" type="text/css" href="https://js.api.here.com/v3/3.0/mapsjs-ui.css" />
9-
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
109
<script type="text/javascript" src="https://js.api.here.com/v3/3.0/mapsjs-core.js"></script>
1110
<script type="text/javascript" src="https://js.api.here.com/v3/3.0/mapsjs-service.js"></script>
1211
<script type="text/javascript" src="https://js.api.here.com/v3/3.0/mapsjs-ui.js"></script>

marker-clustering/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<meta name="description" content="Cluster multiple markers together to better visualize the data">
77
<title>Marker Clustering</title>
88
<link rel="stylesheet" type="text/css" href="https://js.api.here.com/v3/3.0/mapsjs-ui.css" />
9-
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
9+
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.3.min.js"
10+
integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo="
11+
crossorigin="anonymous"></script>
1012
<script type="text/javascript" src="https://js.api.here.com/v3/3.0/mapsjs-core.js"></script>
1113
<script type="text/javascript" src="https://js.api.here.com/v3/3.0/mapsjs-service.js"></script>
1214
<script type="text/javascript" src="https://js.api.here.com/v3/3.0/mapsjs-ui.js"></script>

0 commit comments

Comments
 (0)