Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

lighthouse mixed content documentation correction #8287

Open
@beagins

Description

@beagins

Page Affected: https://developers.google.com/web/tools/lighthouse/audits/mixed-content

What needs to be done?

The example should be updated. The example as-is does not work and produces an error "Please provide a url".

lighthouse --mixed-content http://www.example.com

Rearranging the order of the parameters so that the url is the first param does cause the command to work as expected.

lighthouse http://www.example.com --mixed-content

After running this command, a HTML report is generated in the current working directory, as described.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions