hitrust / google-ajax-examples

Automatically exported from code.google.com/p/google-ajax-examples
0 stars 1 forks source link

youtube video's in youtube api documentation aren't being loaded #175

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. opening this url in google chrome -> 
https://developers.google.com/youtube/v3/docs/
 note that the url is loaded over https

What is the expected output? What do you see instead?
the embedded youtube video is not loaded because the url is loaded over http, 
since that is not secure a https url should be used.

What version of the product are you using? On what operating system?

Google chrome Version 36.0.1985.125
OSX version 10.9.4

Please provide any additional information below.

embedding a video over https should fix this problem

Original issue reported on code.google.com by matthias...@gmail.com on 28 Jul 2014 at 12:17