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
Description
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.