Added MixCloud oEmbed to oembed_providers_list
This commit is contained in:
parent
9f66e32cce
commit
694fc01124
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ oembed_provider_list = [
|
||||||
OEmbed::Providers::Flickr,
|
OEmbed::Providers::Flickr,
|
||||||
OEmbedCubbies,
|
OEmbedCubbies,
|
||||||
OEmbedDailyMotion,
|
OEmbedDailyMotion,
|
||||||
OEmbedTwitter
|
OEmbedTwitter,
|
||||||
|
OEmbedMixCloud
|
||||||
]
|
]
|
||||||
|
|
||||||
SECURE_ENDPOINTS = oembed_provider_list.map do |provider|
|
SECURE_ENDPOINTS = oembed_provider_list.map do |provider|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue