Merge pull request #2541 from kinglozzer/patch-2

Allow https YouTube oEmbed URLs
This commit is contained in:
Ingo Schommer 2013-10-15 10:44:48 -07:00
commit c1e8bb6bb4

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