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

Revert "audit: tweak cpan secure urls"

This reverts commit 7bbcf9ca.
parent 9b7604df
No related branches found
No related tags found
No related merge requests found
......@@ -1167,7 +1167,7 @@ class ResourceAuditor
%r{^http://(?:[^/]*\.)?archive\.org},
%r{^http://(?:[^/]*\.)?freedesktop\.org}
problem "Please use https:// for #{p}"
when %r{^http://search\.(mcpan|cpan)\.org/CPAN/(.*)}i
when %r{^http://search\.mcpan\.org/CPAN/(.*)}i
problem "#{p} should be `https://cpan.metacpan.org/#{$1}`"
when %r{^(http|ftp)://ftp\.gnome\.org/pub/gnome/(.*)}i
problem "#{p} should be `https://download.gnome.org/#{$2}`"
......
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