mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #4102 from micmania1/patch-10
NEW Added Youtube's short URL.
This commit is contained in:
commit
771597dd8f
@ -8,6 +8,12 @@ Oembed:
|
||||
'https://*.youtube.com/watch*':
|
||||
http: 'http://www.youtube.com/oembed/',
|
||||
https: 'https://www.youtube.com/oembed/?scheme=https'
|
||||
'http://*.youtu.be/*':
|
||||
http: 'http://www.youtube.com/oembed/',
|
||||
https: 'https://www.youtube.com/oembed/?scheme=https'
|
||||
'https://youtu.be/*':
|
||||
http: 'http://www.youtube.com/oembed/',
|
||||
https: '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