josephernest / bigpicture.js

bigpicture.js is a Javascript library that allows infinite panning and infinite zooming in HTML pages.
https://josephernest.github.io/bigpicture.js/index.html
MIT License
809 stars 58 forks source link

HTTPS: Blocked loading mixed active content #11

Closed ghost closed 9 years ago

ghost commented 9 years ago
https://josephernest.github.io/bigpicture.js/bigpicture.html

Blocked loading mixed active content "http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"
Blocked loading mixed active content "http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"

I suggest you use //ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js instead of http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js.

josephernest commented 9 years ago

Thanks @LYF610400210 ! I tried with //ajax.googleapis.com.... instead of http://ajax.googleapis.com.... but then the file isn't found when I browse the page locally (i.e. the HTML file on my local computer and not from a server). Do you know if it's possible to use //ajax.googleapis.com.... AND keep the possibility to browse the HTML page locally?

IDisposable commented 9 years ago

Just switch to always using HTTPS for the ajax.googleapis.com