diff --git a/_config/Oembed.yml b/_config/Oembed.yml index cbea56f9d..4aa87b061 100644 --- a/_config/Oembed.yml +++ b/_config/Oembed.yml @@ -4,6 +4,8 @@ Oembed: providers: 'http://*.youtube.com/watch*': 'http://www.youtube.com/oembed/' + 'https://*.youtube.com/watch*': + 'https://www.youtube.com/oembed/?scheme=https' 'http://*.flickr.com/*': 'http://www.flickr.com/services/oembed/' 'http://*.viddler.com/*': @@ -21,4 +23,4 @@ Oembed: autodiscover: true enabled: - true \ No newline at end of file + true