Sub Resource Integrity value for //maps.google.com/maps/api/js -


where find sub resource integrity value script //maps.google.com/maps/api/js?

for example:

<script src="//maps.google.com/maps/api/js" integrity="sha256-????" crossorigin="anonymous"></script> 

to generate integrity hash code, can use website :

https://www.srihash.org/

you paste url , generate hash online. however, don't think it's possible google maps api. following message :

error: resource not eligible integrity checks. see http://enable-cors.org/server.html


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -