by Case » Thu Aug 03, 2017 12:44 am
cnorlin wrote:Can that be fixed?
YouTube is all
https now, that is the only thing preventing the embedded video from loading. https, with the s of secure, as in: encrypted connection between server and browser. One character in the webpage source could fix that:
src="http://www.youtube.com/embed/o8TssbmY-GM?rel=0" should be
src="https://www.youtube.com/embed/o8TssbmY-GM?rel=0"
I’m sure the same applies to several other APODs, as they’re clearly not batch processed for this transition.
[quote="cnorlin"]Can that be fixed?[/quote]
YouTube is all [b]https[/b] now, that is the only thing preventing the embedded video from loading. https, with the s of secure, as in: encrypted connection between server and browser. One character in the webpage source could fix that:
src="http://www.youtube.com/embed/o8TssbmY-GM?rel=0" should be
src="https://www.youtube.com/embed/o8TssbmY-GM?rel=0"
I’m sure the same applies to several other APODs, as they’re clearly not batch processed for this transition.