Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Refresh favicon in bookmarks (Firefox)

Few days ago, I've changed the favicon of my website: it works well when I open the website:enter image description here


My website is also in my bookmarks, but it shows the old favicon: enter image description here

I already had a look here, but answers did not solved my problem. The solution is probably very simple, but I have not found anything so far.

Thanks!

like image 604
Mistalis Avatar asked Jun 16 '16 12:06

Mistalis


People also ask

How do I fix my favicon in Firefox?

The quickest and most efficient solution that will resolve the issue in most cases is to simply navigate to the AppData folder of Firefox, find your profile folder and delete the file name favicons. sqlite while Firefox is closed. This process will force Firefox to create a new favicon .


1 Answers

There is a solution that works on every browser:

  • go to www.yourwebsiteurl.com/favicon.ico (works for localhost as well)

  • force refresh (Ctrl+F5 for most browsers, or manually)

  • restart the browser

like image 167
Mistalis Avatar answered Sep 21 '22 01:09

Mistalis