summary refs log tree commit diff
path: root/changelog.d/15092.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.79.0rc1David Robertson2023-03-071-1/+0
|
* Do not fail completely if oEmbed autodiscovery fails. (#15092)Patrick Cloke2023-02-231-0/+1
Previously if an autodiscovered oEmbed request failed (e.g. the oEmbed endpoint is down or does not exist) then the entire URL preview would fail. Instead we now return everything we can, even if this additional request fails.