Closed (duplicate)
Project:
jQuery Update
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2012 at 12:25 UTC
Updated:
1 Feb 2013 at 18:27 UTC
Even though our site does not use SSL, jQuery is loaded via https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js
This has caching and performance impact, of course.
Am I right to assume this is a bug and jQuery should download via httpS only if the page itself is loaded via httpS?
Comments
Comment #1
dariosantacruz commentedI can see it using http too. I have no issues with this. I tested with my browser and curl.
http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
Comment #2
vacilando commentedNo. On my non-SSL site when I select Google I get https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js
Until this is resolved I am forced to use http://code.jquery.com/jquery-1.5.2.js, which is available via http.
Comment #3
dalindupe of #1905634: Use the HTTPS version when necessary and only when necessary