Mixed content issues in browser
-
Hi
When the site is running using SSL and this plug-in is used, the browser will report Mixed content warnings [1] in the browser console.
The reason for this warning is that the page is requested using HTTPS while a page resource is requested with HTTP
For this plugin it is the thumbnail requests that causes the issue.
A quick way to solve this is to make sure the thumb url is protocol relative [2]
Eg. “//youtube.com/?v=soev328”
Some caveats with this solution:
– Some IE8 issues [2]
[1] https://developer.mozilla.org/en-US/docs/Security/MixedContent
[2] http://www.paulirish.com/2010/the-protocol-relative-url/
[3] http://stackoverflow.com/questions/4659345/is-there-any-downside-for-using-a-leading-double-slash-to-inherit-the-protocol-in
The topic ‘Mixed content issues in browser’ is closed to new replies.