Few days ago, I've changed the favicon of my website: it works well when I open the website:
My website is also in my bookmarks, but it shows the old favicon:
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!
Windows
Go to
C:\Users\ *your profile* \AppData\Roaming\Mozilla\Firefox\Profiles\ *random name*.default-*random #*
Delete file:
favicons.sqlite
All bookmark favicons will be set to default and will refresh when your revisit the sites.
Tested on version 66.0.1 (64-bit) & 72.0.2 (64-bit)
Press
Ctrl
+F5
. This forces a page refresh while clearing the cache. Also, try deleting the bookmark and recreate it. The image is probably cached in different places for the bookmark and the tab. If that doesn't work, try the favicon addon here I also found this code for refreshing it. Paste it into your dev console:In Firefox 56 on Windows I was able to refresh just a specific bookmark favicon as follows:
%AppData%\Mozilla\Firefox\Profiles\<profilename>.default
.Open the
favicon.sqlite
database using sqlite3:Find the favicon(s) you want to remove:
Delete them:
Exit.
Start Firefox and visit the relevant pages. The favicon will be refreshed when you do this.
There is a solution that works on every browser:
go to
www.yourwebsiteurl.com/favicon.ico
(works forlocalhost
as well)force refresh (Ctrl+F5 for most browsers, or manually)
restart the browser
It's a bit hacky, but try changing the bookmark properties from http to https or vice versa, then clicking the bookmark. If you changed from http to https, just leave it after that. If you changed from https to http, change it back.