Skip to content

Commit

Permalink
updated leaflet dependeny to use integrity hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Dec 27, 2023
1 parent cae1cd7 commit 6e8cbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<meta property="og:type" content="website">
<meta content="Stadtplan Flensburg Karte der denkmalgeschützen Gebäude. Mit Beschreibung, Schutzumfang der Denkmalschutz und Denkmalliste Flensburg." name="description">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="https://unpkg.com/[email protected]/dist/leaflet.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
<link href="https://unpkg.com/[email protected]/dist/MarkerCluster.css" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/Control.Geocoder.css" rel="stylesheet">
<link href="main.css" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/browse/[email protected]/dist/leaflet.js"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.markercluster.js"></script>
<script src="https://unpkg.com/[email protected]/dist/Control.Geocoder.js"></script>
</head>
Expand Down

0 comments on commit 6e8cbe6

Please sign in to comment.