Skip to content
Snippets Groups Projects
Unverified Commit eaae4960 authored by Dominyk Tiller's avatar Dominyk Tiller
Browse files

audit: check for insecure metacpan urls

parent ff0f394f
No related branches found
No related tags found
No related merge requests found
......@@ -1163,6 +1163,7 @@ class ResourceAuditor
%r{^http://www\.mirrorservice\.org/},
%r{^http://launchpad\.net/},
%r{^http://bitbucket\.org/},
%r{^http://cpan\.metacpan\.org/},
%r{^http://hackage\.haskell\.org/},
%r{^http://(?:[^/]*\.)?archive\.org},
%r{^http://(?:[^/]*\.)?freedesktop\.org}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment