Prevent favicon requests
This commit is contained in:
parent
0e87c4d038
commit
8eea1e5cb0
3 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
|||
<title>Dispatch</title>
|
||||
|
||||
<link href="/<%== cssPath %>" rel="stylesheet">
|
||||
<link rel="icon" href="data:;base64,=">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue