Why doesn't the favicon icon show in Firebug Net Panel

喜你入骨 提交于 2019-12-09 10:11:52

问题


I have seen this on a lots of websites e-g: Even here:

http://www.w3.org/2005/10/howto-favicon

When you load all the resources for this page under Net Panel in firebug and check the images tab, it shows all the images on the page but the favicon doesnt show up. Why?

Should I be looking for it somewhere else in firebug.


回答1:


The first answer to this thread, by Jan Odvarko (who is a contributor to Firebug), seems to explain why the favicon is not displayed in Firebug's net tab (quoting):

The problem is that the network request for favicon isn't associated with the page where the icon is displayed.
So, Firebug (i.e. Net panel) don't know that it belongs to the page and skips the request



来源:https://stackoverflow.com/questions/10667348/why-doesnt-the-favicon-icon-show-in-firebug-net-panel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!