Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Integrity SRI removed for libraries not published with a .min.js file
  • Loading branch information
lorenzobruni authored May 7, 2024
1 parent 9bba2dd commit ecdaab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<!-- ChartJS - https://github.com/chartjs/Chart.js/-->
<script src="https://cdn.jsdelivr.net/gh/chartjs/[email protected]/dist/Chart.min.js" integrity="sha256-R4pqcOYV8lt7snxMQO/HSbVCFRPMdrhAFMH+vr9giYI=" crossorigin="anonymous"></script>
<!--ChartJS stacking percentage - https://github.com/y-takey/chartjs-plugin-stacked100-->
<script src="https://cdn.jsdelivr.net/gh/y-takey/[email protected]/src/index.min.js" integrity="sha256-2amTC7XoFlnSbQGbdbItYk/EEoYFzzOvht95ha07smc=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/gh/y-takey/[email protected]/src/index.min.js" crossorigin="anonymous"></script>
<!--ChartJS chartjs-plugin-colorschemes - https://github.com/nagix/chartjs-plugin-colorschemes-->
<script src="https://cdn.jsdelivr.net/gh/nagix/[email protected]/dist/chartjs-plugin-colorschemes.min.js" integrity="sha256-Ctym065YsaugUvysT5nHayKynbiDGVpgNBqUePRAL+0=" crossorigin="anonymous"></script>

Expand Down Expand Up @@ -166,7 +166,7 @@
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>

<!--Leaflet Choropleth - https://github.com/timwis/leaflet-choropleth-->
<script src="https://cdn.jsdelivr.net/gh/timwis/[email protected]/dist/choropleth.min.js" integrity="sha256-eDy8AIYTKgiMIP8P68TVFEdgAa8eQl6IQSktMfPxLRU=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/gh/timwis/[email protected]/dist/choropleth.min.js" crossorigin="anonymous"></script>

<!-- Esri Leaflet https://github.com/Esri/esri-leaflet-->
<script src="https://cdn.jsdelivr.net/gh/Esri/[email protected]/dist/esri-leaflet.min.js" integrity="sha256-74nH/n6Pj9/dYlYkfPwkB9sVn41V1OMuu+NKzItNdkw=" crossorigin="anonymous"></script>
Expand Down

0 comments on commit ecdaab6

Please sign in to comment.