audit: add check for insecure hackage urls

This commit is contained in:
Dominyk Tiller 2016-02-04 14:57:55 +00:00
parent 984a70e6e2
commit 58cf0ec2b9

View File

@ -1126,6 +1126,7 @@ class ResourceAuditor
%r{^http://www\.mirrorservice\.org/},
%r{^http://launchpad\.net/},
%r{^http://bitbucket\.org/},
%r{^http://hackage\.haskell\.org/},
%r{^http://(?:[^/]*\.)?archive\.org}
problem "Please use https:// for #{p}"
when %r{^http://search\.mcpan\.org/CPAN/(.*)}i