esotalk / esoTalk

Fat-free forum software.
GNU General Public License v2.0
1.47k stars 239 forks source link

Automatic embedded YouTube videos will fail over https #437

Closed henhouse closed 9 years ago

henhouse commented 9 years ago

I've noticed that if you're website is being served over HTTPS, a YouTube video will fail to embed since it's attempted to get the non-https embed resource, and therefore rejects it.

Console error on inspect reads: Mixed Content: The page at 'https://www.example.com/forums/8917-thread-name-here' was loaded over HTTPS, but requested an insecure resource 'http://www.youtube.com/embed/videoidhere'. This request has been blocked; the content must be served over HTTPS.

mroi commented 9 years ago

Are you running the latest Git version? 5f503f6f should have fixed this.

tobyzerner commented 9 years ago

:+1:

henhouse commented 8 years ago

Indeed it did. :( Sorry for not noticing.

mroi commented 8 years ago

Thank you for testing and confirming that it works as intended.