Connorhd / TabCloud

Store browser window sessions in the cloud
http://chrometabcloud.appspot.com/
MIT License
204 stars 69 forks source link

Update tabs.jsp #10

Closed jmiserez closed 2 years ago

jmiserez commented 10 years ago

Load jQuery over HTTPS instead of HTTP. Fixes tab list not showing on Chrome browser (both Android and Desktop versions). Original Chrome error message: "[blocked] The page at 'https://chrometabcloud.appspot.com/tabs.jsp' was loaded over HTTPS, but ran insecure content from 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js': this content should also be loaded over HTTPS."

jmiserez commented 9 years ago

Any chance of merging this, and possibly deploying the change live? It's only a 1 character change from "http" to "https" after all...

jmiserez commented 9 years ago

Thanks, it seems to be fixed now in the live version of the site.