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:
parent
3a604ba0bf
commit
6531806996
|
@ -60,7 +60,6 @@ function evaluateScore(expectedScore, actualScore) {
|
||||||
|
|
||||||
function ignoreHttpsAudits(aggregations) {
|
function ignoreHttpsAudits(aggregations) {
|
||||||
const httpsAudits = [
|
const httpsAudits = [
|
||||||
'is-on-https',
|
|
||||||
'redirects-http'
|
'redirects-http'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue