Skip to content

Commit b3da02f

Browse files
committed
tools: localhost: don't request favicon.ico
Tell the browser not to the request `favicon.ico`, it doesn't exist. Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent 9488957 commit b3da02f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/infuse_iot/tools/localhost/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
<!-- Don't request favicon.ico -->
4+
<link rel="icon" href="data:,">
35

46
<head>
57
<meta charset="UTF-8">

0 commit comments

Comments
 (0)