Skip to content

Commit

Permalink
build(aio): do not ignore is-on-https in lighthouse check
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
petebacondarwin committed May 18, 2017
1 parent 3a604ba commit 6531806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aio/scripts/test-pwa-score.js
Expand Up @@ -60,7 +60,6 @@ function evaluateScore(expectedScore, actualScore) {

function ignoreHttpsAudits(aggregations) {
const httpsAudits = [
'is-on-https',
'redirects-http'
];

Expand Down

0 comments on commit 6531806

Please sign in to comment.