Closed passiomatic closed 8 years ago
Add a scrubber_blacklist option to config file to scrub links and images pointing to blacklisted domains. Something like:
scrubber_blacklist
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.
config.plugins.option_name
Add a
scrubber_blacklist
option to config file to scrub links and images pointing to blacklisted domains. Something like:As a general rule plugins should use config file to store additional options and accessing them via
config.plugins.option_name
.