5

I updated my website's icon that shows at a tab of a browser. I cleared the data of the chromium browser (Ubuntu's version of Chrome):

'clear browsing data'->select 'from the beginning of time' and check everything->click 'clear browsing data'

However, I am still getting my old icon.

Any idea of how to clear that cache?

4

2 に答える 2

8

Open the favicon URL in another tab and do a Shift+Reload to fix this issue.

For example if Favicon URL is http://www.example.com/favicon.ico, open it in a new tab and do Shift+Reload.

于 2013-01-12T01:51:43.977 に答える
1

You can send a different version of the same ico with a random get var (if your file is a .php)

<link href="ico.png?v=<?php echo rand(9999999,9999999999);?>" rel="icon" type="image/x-icon"/>
于 2021-03-06T18:34:56.477 に答える