question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

remove favicon.ico by default

See original GitHub issue

Angular 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:closed
  • Created 7 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

3reactions
lackercommented, Jul 24, 2016

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.

0reactions
gaearoncommented, Aug 12, 2016

If you already have a template loader, you can use it to parse the template. Please note that this will also happen if you specifiy the html-loader and use .html file as template.

Worth trying?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found