-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrity SRI removed for libraries not published with a .min.js file
- Loading branch information
1 parent
9bba2dd
commit ecdaab6
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|