Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support rendering previews with data: URLs in them (#11767) | Patrick Cloke | 2022-01-24 | 1 | -6/+25 |
| | | | | | Images which are data URLs will no longer break URL previews and will properly be "downloaded" and thumbnailed. | ||||
* | Move HTML parsing to a separate file for URL previews. (#11566) | Patrick Cloke | 2021-12-13 | 1 | -0/+397 |
* Splits the logic for parsing HTML from the resource handling code. * Fix a circular import in the oEmbed code (which uses the HTML parsing code). * Renames some of the HTML parsing methods to: * Make it clear which methods are "internal" to the module. * Clarify what the methods do. |