Description
Current media type/processors will follow selectors which are generally greedy in terms of img/href selection for media.
This means they can include assets from external sources, which is commonly undesirable.
Proposed solution
Add new restrict_domains option to media processor and type - do not process media items that do not belong to the array of allowed domains.
Description Current media type/processors will follow selectors which are generally greedy in terms of img/href selection for media.
This means they can include assets from external sources, which is commonly undesirable.
Proposed solution Add new
restrict_domains
option to media processor and type - do not process media items that do not belong to the array of allowed domains.Additional context None