audit: flag plaintext mirrorservice

This commit is contained in:
Dominyk Tiller 2015-08-05 19:45:24 +01:00
parent 1bb9c56e9c
commit 150a9fe514

View File

@ -1051,7 +1051,8 @@ class ResourceAuditor
%r{^http://fossies\.org/},
%r{^http://mirrors\.kernel\.org/},
%r{^http://([^/]*\.|)bintray\.com/},
%r{^http://tools\.ietf\.org/}
%r{^http://tools\.ietf\.org/},
%r{^http://www\.mirrorservice\.org/}
problem "Please use https:// for #{p}"
when %r{^http://search\.mcpan\.org/CPAN/(.*)}i
problem "#{p} should be `https://cpan.metacpan.org/#{$1}`"