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/fosdem14.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/fosdem14.article')
-rw-r--r-- | content/fosdem14.article | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/fosdem14.article b/content/fosdem14.article index eaa3675..107ce4e 100644 --- a/content/fosdem14.article +++ b/content/fosdem14.article @@ -32,7 +32,7 @@ The talk covers some history about how and why the team chose Go, and how it paid off. Sugu also talks abou tips and techniques used to scale Vitess using Go. -.iframe http://www.youtube.com/embed/qATTTSg6zXk 310 550 +.iframe //www.youtube.com/embed/qATTTSg6zXk 310 550 The slides for the talk are [[https://github.com/youtube/vitess/blob/master/doc/Vitess2014.pdf?raw=true][available here]]. @@ -44,7 +44,7 @@ source, under nearly 4 years of active development, and extremely flexible. In this talk, Brad Fitzpatrick and Mathieu Lonjaret explain why they built it, what it does, and talk about its design. -.iframe http://www.youtube.com/embed/yvjeIZgykiA 310 550 +.iframe //www.youtube.com/embed/yvjeIZgykiA 310 550 * Write your own Go compiler @@ -59,7 +59,7 @@ encourage you to try one of these new 'mutant' Go compilers. I hope some of you will be inspired to contribute to one of them or even to write a new one of your own." -.iframe http://www.youtube.com/embed/Qe8Dq7V3hXY 310 550 +.iframe //www.youtube.com/embed/Qe8Dq7V3hXY 310 550 * More |