Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sanitize metadata links on all platforms
As pointed out in #5729, we should be using the "source" of the metadata for deciding how to sanitize, not the "place where Dependabot is hosted". This hack was annoying the folks who use GitLab to the point that [they monkey-patched this code to also run the sanitizer on GitLab](#3437 (comment)), and then contributed that back in #3437. If it's true on GitLab, it's even more true on other platforms as well for the reasons explained in #3437 (comment). So remove this guard altogether.
- Loading branch information