I get several libraries from CDN from Google / Microsoft.
ONLY one page on the system uses SSL, but since I link to the libraries on the main page, I get javascript libraries using SSL, so the only page that actually requires this does not throw a security error, because access to insecure resources.
I read that the browser cache does not work for most browsers, if the resource is loaded using SSL, my test using a violinist indicates the opposite (Firefox and IE).
What is the truth? I use CDN to improve performance, so if getting the library using SSL is against my goal, I would undo this "improvement".
I could create a code submission to link to the library for the code behind using SSL or not for this case, but I would like to avoid this.
Thank!
source
share