build(aio): do not ignore `is-on-https` in lighthouse check

Lighthouse v1.6.5 treats localhost/1.2.7.0.0.1 as secure domains (i.e. as if they where HTTPS), so we need to stop handling the is-on-https audit specially.
This commit is contained in:
Peter Bacon Darwin 2017-05-18 13:47:20 +01:00 committed by Pete Bacon Darwin
parent 3a604ba0bf
commit 6531806996
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ function evaluateScore(expectedScore, actualScore) {
function ignoreHttpsAudits(aggregations) {
const httpsAudits = [
'is-on-https',
'redirects-http'
];