If a provider offers manifest behind both http and https without forcing a redirect from one to the other, it's possible to import both manifests - which is clearly not good.
Is it the rule that the same resource must be present at both the http and https of a url? If so, I should write a better comparison function to make sure this sort of duplication does not occur.
If a provider offers manifest behind both
http
andhttps
without forcing a redirect from one to the other, it's possible to import both manifests - which is clearly not good.Is it the rule that the same resource must be present at both the
http
andhttps
of a url? If so, I should write a better comparison function to make sure this sort of duplication does not occur.