Monday, August 22, 2016

How to prevent or disable favicon.ico requests?

How to prevent or disable favicon.ico requests?

The following uses data URI and can be used to avoid fake favicon requests:

<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> 

Reference:

http://stackoverflow.com/questions/1321878/how-to-prevent-favicon-ico-requests

No comments: