Created
August 10, 2020 06:08
-
-
Save joshmcarthur/618607c26f66cd73d92feeff0852b71a to your computer and use it in GitHub Desktop.
Lighthouse requestig malformed URLs // source https://jsbin.com/repidit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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