How to prevent the browser from asking for the favicon?

前端 未结 3 1083
粉色の甜心
粉色の甜心 2021-02-07 02:58

Is there some directive I could use in my HTML to tell the browser not to ask for the favicon?

3条回答
  •  清歌不尽
    2021-02-07 03:35

    Add this line.

    
    

    This assigns an empty data URL to the favicon’s element which specifies the location of the external resource. This trick stops the user’s browser from sending an automatic HTTP request for the favicon.

    This has some more details

提交回复
热议问题