Allow https YouTube oEmbed URLs

YouTube's oEmbed service supports a ?scheme=https parameter. See https://groups.google.com/forum/?fromgroups#!topic/youtube-api-gdata/S9Fa-Zw2Ma8
This commit is contained in:
Loz Calver 2013-10-15 16:36:49 +01:00
parent 3ae8c8dbb1
commit f26b52eb91

View File

@ -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
true