Ensure that feed-checker.js uses feed-page-checker.js, and that it therefore runs this line of logic for all rules:
|
const isItemDuplicationPermissible = isInitialHarvestComplete || cacheControlComponents.public; |
This will ensure that the Cache Control errors are not displayed in the Validator GUI for feeds where a cache is in use.