From 939097368eb271c304c76c9e2a2e74e743ba2ba7 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 18 May 2016 08:09:21 +1000 Subject: 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 --- content/fosdem14.article | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/fosdem14.article') 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 -- cgit v1.2.3