Skip to content

remove conditional manifest validation in handlers

Hayley Swimelar requested to merge fix-database-manifest-validation-logic into master

This MR fixes logic that would only run validation logic if Config.Validation.Enabled was true.

On inspection, this logic was not present in the filesystem handlers and the validation only effects the manifest URLS, rather than checking for the presence of the manifest references.

Merge request reports