Skip to content

Commit

Permalink
Fixed a page load issue due to invalid SRI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sp3EdeR committed Aug 9, 2024
1 parent 6720b32 commit 2bb2161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/leaflet-providers.min.js" integrity="sha256-MoLxVCCJOBvyaZFUhQu9NK/gdYqtyuZgKwjAajrC5wc=" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/leaflet-omnivore.min.js" integrity="sha256-k1l+ouvMXT+0iRA8pc8e0dge4ZeGjXG6imrvWboFTRE=" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/L.Control.Locate.min.js" integrity="sha256-jVdNHjjOOJMoykxLOdGxOUzGJDlmr8MM6sFF++b1/sI=" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/leaflet-touch-helper.min.js" integrity="sha256-9DZC2FEK/x85mjAOJcI6WeI7m7w9zLnmV1pTKrCFc7U=" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/leaflet-touch-helper.js" integrity="sha256-D7f8Sx6FbMkCBja376fGTwyyIwLt52KNUmbrTVbjQTk=" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

<!-- huroutes codebase and style -->
<link rel="stylesheet" href="res/huroutes.css" />
Expand Down

0 comments on commit 2bb2161

Please sign in to comment.