Merge pull request #1961 from vszakats/githuburl
audit: enforce https for github.com urls
This commit is contained in:
commit
2d05c9d80c
@ -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/},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user