PlaidWeb / Pushl

Push notification adapter for feeds
MIT License
30 stars 0 forks source link

-r should only look at feeds on the same domain probably #21

Closed fluffy-critter closed 5 years ago

fluffy-critter commented 5 years ago

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.