fix existing rule for github.io homepages
This commit is contained in:
parent
a09169f248
commit
64448834a6
@ -585,7 +585,7 @@ class FormulaAuditor
|
|||||||
# exemptions as they are discovered. Treat mixed content on homepages as a bug.
|
# exemptions as they are discovered. Treat mixed content on homepages as a bug.
|
||||||
# Justify each exemptions with a code comment so we can keep track here.
|
# Justify each exemptions with a code comment so we can keep track here.
|
||||||
case homepage
|
case homepage
|
||||||
when %r{^http://[^/]*github\.io/},
|
when %r{^http://[^/]*\.github\.io/},
|
||||||
%r{^http://[^/]*\.sourceforge\.io/}
|
%r{^http://[^/]*\.sourceforge\.io/}
|
||||||
problem "Please use https:// for #{homepage}"
|
problem "Please use https:// for #{homepage}"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user