Closed jmiserez closed 3 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."
Any chance of merging this, and possibly deploying the change live? It's only a 1 character change from "http" to "https" after all...
Thanks, it seems to be fixed now in the live version of the site.
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."