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

dariosantacruz’s picture

I 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

vacilando’s picture

No. 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.

dalin’s picture

Status: Active » Closed (duplicate)