prevent duplicate requests caused by favicon.ico
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
* Avoid use of DNS when looking up devices in DB by IP
|
||||
* Search by device port MAC no longer fatal
|
||||
* URI and HTML escape template variables
|
||||
* Prevent duplicate requets caused by favicon.ico link
|
||||
|
||||
2.005000_002 - 2013-02-10
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=[% settings.charset | html_entity %]" />
|
||||
<link rel="shortcut icon" href="#" />
|
||||
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
|
||||
<title>Netdisco</title>
|
||||
|
||||
<!-- HTML5 shim, for IE6-8 support of HTML elements -->
|
||||
|
||||
Reference in New Issue
Block a user