remove favicon.ico by default
See original GitHub issueAngular starterkit uses the following code for favicon. https://github.com/angular/universal-starter/blob/master/src/index.html
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
It would be good if create-react-app did the same. favicon.ico
can also be supported specially for those who want to have custom favicon files that they want to publish.
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
How to prevent favicon.ico requests? - Stack Overflow
You can stop the browser requesting favicon.ico when a user returns to your site, by getting it to stay in the browser cache....
Read more >How to Prevent Automatic Favicon Requests (Web ...
You can completely remove the automatic favicon request by adding the following line of code to the <head> section of your HTML page: ......
Read more >How to remove default favicon completely? [duplicate]
2 Answers 2 · Clear your browser's cache. · make sure favicon.ico has physically been deleted from the root, if it was there...
Read more >How to change the default favicon? - Jahia Academy
If you want to change the default favicon, then you can replace the default file tomcat/webapps/ROOT/favicon.ico with your custom favicon.
Read more >the fastest way to stop the browser from requesting favicon.ico
When developing HTML, sometimes you'll see an additional request for " favicon. ico " that returns a 404 response. · Code shown in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
What’s the downside of the status quo - you just don’t like having a favicon.ico file around if you don’t want a favicon for your project? It doesn’t seem too bad to just use the default one in that case.
Worth trying?