Skip to content

Draft: Disable rss if not enabled

M. Dent requested to merge dentm42/core:disable-rss-if-not-enabled into dev

Currently, RSS feeds will be polled even if RSS is disabled in the site configuration.

This checks the site config and does not poll if RSS is disabled.

Merge request reports