Merge pull request #1961 from vszakats/githuburl

audit: enforce https for github.com urls
This commit is contained in:
Markus Reiter 2017-02-09 06:24:56 +01:00 committed by GitHub
commit 2d05c9d80c

View File

@ -1343,6 +1343,7 @@ class ResourceAuditor
%r{^http://(?:[^/]*\.)?bintray\.com/}, %r{^http://(?:[^/]*\.)?bintray\.com/},
%r{^http://tools\.ietf\.org/}, %r{^http://tools\.ietf\.org/},
%r{^http://launchpad\.net/}, %r{^http://launchpad\.net/},
%r{^http://github\.com/},
%r{^http://bitbucket\.org/}, %r{^http://bitbucket\.org/},
%r{^http://anonscm\.debian\.org/}, %r{^http://anonscm\.debian\.org/},
%r{^http://cpan\.metacpan\.org/}, %r{^http://cpan\.metacpan\.org/},