Skip to content

Instantly share code, notes, and snippets.

@joshmcarthur
Created August 10, 2020 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshmcarthur/618607c26f66cd73d92feeff0852b71a to your computer and use it in GitHub Desktop.
Save joshmcarthur/618607c26f66cd73d92feeff0852b71a to your computer and use it in GitHub Desktop.
Lighthouse requestig malformed URLs // source https://jsbin.com/repidit
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Lighthouse requestig malformed URLs</title>
</head>
<body>
<img width="200" height="420" src="https://lorempixel.com/420/320/abstract/1/Sample?query-param-to-get-over-75-chars" />
<img width="200" height="420" src="https://lorempixel.com/420/320/abstract/1/Sample?query-param-under-75-char" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment