prevent duplicate requests caused by favicon.ico

This commit is contained in:
Oliver Gorwits
2013-03-04 23:00:24 +00:00
parent e3c0ae3554
commit 877f035ffd
3 changed files with 2 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
* Avoid use of DNS when looking up devices in DB by IP * Avoid use of DNS when looking up devices in DB by IP
* Search by device port MAC no longer fatal * Search by device port MAC no longer fatal
* URI and HTML escape template variables * URI and HTML escape template variables
* Prevent duplicate requets caused by favicon.ico link
2.005000_002 - 2013-02-10 2.005000_002 - 2013-02-10

View File

@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Content-type" content="text/html; charset=[% settings.charset | html_entity %]" /> <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> <title>Netdisco</title>
<!-- HTML5 shim, for IE6-8 support of HTML elements --> <!-- HTML5 shim, for IE6-8 support of HTML elements -->

1
TODO
View File

@@ -12,7 +12,6 @@ FRONTEND
* reports page * reports page
* reports plugin(s) * reports plugin(s)
* (jeneric) device module tab * (jeneric) device module tab
* duplicate requests problem?
DAEMON DAEMON
====== ======