Ghost/core
Fabien O'Carroll 8ccf27340b Oembed meta tag fallback for unknown providers (#9827)
closes #9786

- Make GET request when url has no provider match
  - The HEAD request was made in order to send less data over the wire when
checking for redirects for urls that do not have an oembed provider
match. We are now going to look for provider metatags withing the
response of the request - rather than making a HEAD followed by a GET if
no redirect is found, this condenses that to a single request.

- Try to get OEmbed data from tag if no provider
  - Here we parse the HTML response of the resource and look for a link tag
that will give us the oembed resource url which we can use to fetch the
embed html
2018-08-27 15:02:03 +01:00
..
client@525c47a637 Updated Ghost-Admin to 2.0.3 2018-08-22 14:35:01 +02:00
server Oembed meta tag fallback for unknown providers (#9827) 2018-08-27 15:02:03 +01:00
test Oembed meta tag fallback for unknown providers (#9827) 2018-08-27 15:02:03 +01:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00