Y
Hacker News
new
|
ask
|
show
|
jobs
by
dyanaraps
2457 days ago
This is how I avoid this issue entirely:
<link href=data:, rel=icon>
This is the smallest possible "null" favicon. It causes the browser to display nothing and ensures 0 HTTP requests for the favicon!
1 comments
SquareWheel
2457 days ago
Does the browser display the generic "no favicon" icon, or is it just completely blank? I like the idea.
link
dyanaraps
2457 days ago
It's completely blank (tested in Firefox and Chromium).
link