Actions
Bug #6519
closedLinks media parsing does not work with relative paths or data paths
Description
When parsing for images, video, etc.. in the DOM when it finds a /path/image.jpg it's ignored as it's relative. When this happens it needs to prepend the baseURI then validate the URL.
Updated by krileon over 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
It will also only check for 10 DOM media entries to prevent it from looking through the DOM for too long.
Actions