mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: Vimeo oEmbed endpoint redirecting to no www
This commit is contained in:
parent
d0b1084393
commit
cd66917a86
@ -23,11 +23,11 @@ Oembed:
|
||||
'http://*.hulu.com/watch/*':
|
||||
'http://www.hulu.com/api/oembed.json'
|
||||
'http://*.vimeo.com/*':
|
||||
http: 'http://www.vimeo.com/api/oembed.json',
|
||||
https: 'https://www.vimeo.com/api/oembed.json'
|
||||
http: 'http://vimeo.com/api/oembed.json',
|
||||
https: 'https://vimeo.com/api/oembed.json'
|
||||
'https://*.vimeo.com/*':
|
||||
http: 'http://www.vimeo.com/api/oembed.json',
|
||||
https: 'https://www.vimeo.com/api/oembed.json'
|
||||
http: 'http://vimeo.com/api/oembed.json',
|
||||
https: 'https://vimeo.com/api/oembed.json'
|
||||
'http://twitter.com/*':
|
||||
http: 'https://api.twitter.com/1/statuses/oembed.json',
|
||||
https: 'https://api.twitter.com/1/statuses/oembed.json'
|
||||
|
Loading…
Reference in New Issue
Block a user