Y
Hacker News
new
|
ask
|
show
|
jobs
by
vbezhenar
1703 days ago
Just don't ignore filename extension. favicon.svg is SVG and that's about it. If you don't support SVG, don't download it. If you want to store png in favicon.svg, don't do that.
1 comments
account42
1703 days ago
The web runs on mime types and file extensions are irrelevant except for buggy browsers that try to be too clever (Internet Explorer).
link