datadesk / web-map-maker

Use Natural Earth and OpenStreetMap data to export an image or a vector file.
http://datadesk.github.io/web-map-maker/
MIT License
94 stars 28 forks source link

my browser doesn't support http url #187

Open hermionewy opened 6 years ago

hermionewy commented 6 years ago

Hi there, Thank you so much for this wonderful tool! I am trying to do one for our newsroom, but yours is much better and robust. Good job! However, I noticed that the live review index.html included quite a few http link instead of https link. My friends and I installed a plug-in called https everywhere. We were not able to see your preview in this case.

Here are the errors I got on the latest Chrome for Macbook Pro.

7Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure stylesheet '<URL>'. This request has been blocked; the content must be served over HTTPS.

8Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure script '<URL>'. This request has been blocked; the content must be served over HTTPS.

jquery-ui.min.js:6 Uncaught ReferenceError: jQuery is not defined at jquery-ui.min.js:6 at jquery-ui.min.js:6 (anonymous) @ jquery-ui.min.js:6 (anonymous) @ jquery-ui.min.js:6

leaflet-geocoder-mapzen.js:21 Uncaught Error: Leaflet must be loaded first at leaflet-geocoder-mapzen.js:21 at leaflet-geocoder-mapzen.js:25 (anonymous) @ leaflet-geocoder-mapzen.js:21 (anonymous) @ leaflet-geocoder-mapzen.js:25

app.js:98 Uncaught ReferenceError: $ is not defined at app.js:98 (anonymous) @ app.js:98 datadesk.github.io/:1 Mixed Content: The page at 'https://datadesk.github.io/web-map-maker/' was loaded over HTTPS, but requested an insecure favicon 'http://d1qqc1e9kvmdh8.cloudfront.net/img/favicon.ico'. This request has been blocked; the content must be served over HTTPS.

jschleuss commented 6 years ago

@hermionewy Thanks for pointing this out! I'll work on fixing that, probably by including most of the css and javascript files in the repo.