html5rocks / www.html5rocks.com

....a top-notch resource for web developers
https://html5rocks.com
Other
2.22k stars 769 forks source link

Update YouTube videos and links to use HTTPS #1457

Closed samdutton closed 8 years ago

samdutton commented 8 years ago

Mixed content rules mean YouTube videos don't work with HTTP URLs on HTTPS pages.

For example:

I've updated iframe src and link href values.

Whitespace has been changed in some HTML, but this shouldn't have any effect — and shouldn't be too much of a pain reviewing this PR...

PaulKinlan commented 8 years ago

Thanks @samdutton