mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
3ae8c8dbb1
commit
f26b52eb91
@ -4,6 +4,8 @@ Oembed:
|
|||||||
providers:
|
providers:
|
||||||
'http://*.youtube.com/watch*':
|
'http://*.youtube.com/watch*':
|
||||||
'http://www.youtube.com/oembed/'
|
'http://www.youtube.com/oembed/'
|
||||||
|
'https://*.youtube.com/watch*':
|
||||||
|
'https://www.youtube.com/oembed/?scheme=https'
|
||||||
'http://*.flickr.com/*':
|
'http://*.flickr.com/*':
|
||||||
'http://www.flickr.com/services/oembed/'
|
'http://www.flickr.com/services/oembed/'
|
||||||
'http://*.viddler.com/*':
|
'http://*.viddler.com/*':
|
||||||
@ -21,4 +23,4 @@ Oembed:
|
|||||||
autodiscover:
|
autodiscover:
|
||||||
true
|
true
|
||||||
enabled:
|
enabled:
|
||||||
true
|
true
|
||||||
|
Loading…
Reference in New Issue
Block a user