From cd66917a867275f3baf4c07efe2513db1ac92822 Mon Sep 17 00:00:00 2001 From: UndefinedOffset Date: Tue, 15 Dec 2015 17:53:57 -0400 Subject: [PATCH] BUGFIX: Vimeo oEmbed endpoint redirecting to no www --- _config/Oembed.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config/Oembed.yml b/_config/Oembed.yml index 02be4c601..8f738e292 100644 --- a/_config/Oembed.yml +++ b/_config/Oembed.yml @@ -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'