In Publ an item can redirect to something on another site, which can then cause recursion to take place on external feeds. It'd be better to restrict -r traversal to feeds that are on the same domain as a feed that was specified in the original options.
e.g. process_feed can whitelist domains that process_entry will recurse into.
In Publ an item can redirect to something on another site, which can then cause recursion to take place on external feeds. It'd be better to restrict
-r
traversal to feeds that are on the same domain as a feed that was specified in the original options.e.g.
process_feed
can whitelist domains thatprocess_entry
will recurse into.