Google CDN - using http vs https
- by HorusKol
All the examples of accessing google's CDN use https:// in the URL (including on Google itself) - but this has caused a problem when testing in Safari (certificate problem and also different domain).
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
I have switched to calling it over http instead, but just wondering if this is a mistake or security issue?