Blank favicon HTML
A HTML snippet for Blank favicon that answers requests for /pixel.gif with the empty GIF, decoded once at startup.
Blank favicon HTML
<!-- A transparent favicon; also stops the browser from requesting /favicon.ico -->
<link rel="icon" href="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==">
We ran this snippet and compared the bytes it returned.