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-videos-from-google-io-2012.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-videos-from-google-io-2012.article')
-rw-r--r-- | content/go-videos-from-google-io-2012.article | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/go-videos-from-google-io-2012.article b/content/go-videos-from-google-io-2012.article index d24b868..e9c17f9 100644 --- a/content/go-videos-from-google-io-2012.article +++ b/content/go-videos-from-google-io-2012.article @@ -14,22 +14,22 @@ Here are the session videos: _Concurrency_is_the_key_to_designing_high_performance_network_services._Go's_concurrency_primitives_(goroutines_and_channels)_provide_a_simple_and_efficient_means_of_expressing_concurrent_execution._In_this_talk_we_see_how_tricky_concurrency_problems_can_be_solved_gracefully_with_simple_Go_code._ -.iframe http://www.youtube.com/embed/f6kdp27TYZs 304 540 +.iframe //www.youtube.com/embed/f6kdp27TYZs 304 540 * Go in production _Since_Go's_release_in_2009_many_companies_(besides_Google,_of_course)_have_used_the_language_to_build_cool_stuff._In_this_session_Gustavo_Niemeyer_(Canonical),_Keith_Rarick_(Heroku),_Evan_Shaw_(Iron.io),_and_Patrick_Crosby_(StatHat)_share_their_first-hand_experience_using_Go_in_production_environments._ -.iframe http://www.youtube.com/embed/kKQLhGZVN4A 304 540 +.iframe //www.youtube.com/embed/kKQLhGZVN4A 304 540 * Meet the Go team _A_panel_discussion_with_David_Symonds,_Robert_Griesemer,_Rob_Pike,_Ken_Thompson,_Andrew_Gerrand,_and_Brad_Fitzpatrick._ -.iframe http://www.youtube.com/embed/sln-gJaURzk 304 540 +.iframe //www.youtube.com/embed/sln-gJaURzk 304 540 *Computing*Map*Tiles*with*Go*on*App*Engine* by Chris Broadfoot and Andrew Gerrand _In_this_talk_we_use_the_Maps_API_and_Go_on_App_Engine_to_build_an_app_to_build_custom_tile_sets_for_Google_Maps._The_app_demonstrates_using_Go's_suitability_for_computation_in_the_cloud_and_App_Engine's_key_scalability_features,_such_as_Task_Queues_and_Backends._ -.iframe http://www.youtube.com/embed/sPagpg0b7no 304 540 +.iframe //www.youtube.com/embed/sPagpg0b7no 304 540 |