passiomatic / coldsweat

Web RSS aggregator and reader compatible with the Fever API
MIT License
145 stars 21 forks source link

Move scrubber domain blacklist into config file #89

Closed passiomatic closed 8 years ago

passiomatic commented 9 years ago

Add a scrubber_blacklist option to config file to scrub links and images pointing to blacklisted domains. Something like:

scrubber_blacklist: feeds.feedburner.com, feedsportal.com, stats.wordpress.com, ...

As a general rule plugins should use config file to store additional options and accessing them via config.plugins.option_name.