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

audit: add check for insecure hackage urls

parent 984a70e6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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