mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2541 from kinglozzer/patch-2
Allow https YouTube oEmbed URLs
This commit is contained in:
commit
c1e8bb6bb4
@ -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/*':
|
||||
|
Loading…
Reference in New Issue
Block a user