diff options
author | Andrew Gerrand <adg@golang.org> | 2016-05-18 08:09:21 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2016-05-17 22:13:19 +0000 |
commit | 939097368eb271c304c76c9e2a2e74e743ba2ba7 (patch) | |
tree | ff4351cf8bb06124241f2713561c142032a1feba /content/go-programming-session-video-from.article | |
parent | 3e8c7d223602e12fd893f88755de6a6b240eeb89 (diff) |
content: remove scheme from iframe URLs
This prevents mixed content errors preventing iframes with HTTP URLs
from loading on the blog site, which is served by HTTPS.
Fixes golang/go#15683
Change-Id: I28cff3f7838f780ed05524ed620a851ef5bf4e28
Reviewed-on: https://go-review.googlesource.com/23180
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'content/go-programming-session-video-from.article')
-rw-r--r-- | content/go-programming-session-video-from.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/go-programming-session-video-from.article b/content/go-programming-session-video-from.article index 0d44f9e..1b3e505 100644 --- a/content/go-programming-session-video-from.article +++ b/content/go-programming-session-video-from.article @@ -8,4 +8,4 @@ Andrew Gerrand Below is the video of the talk given by Rob Pike and Russ Cox at Google I/O 2010. -.iframe http://www.youtube.com/embed/jgVhBThJdXc 304 540 +.iframe //www.youtube.com/embed/jgVhBThJdXc 304 540 |