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?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
Evan_HZY
  • 984
  • 5
  • 17
  • 34

2 Answers2

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.

Pankaj
  • 5,132
  • 3
  • 28
  • 37
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"/>
JTCon
  • 484
  • 2
  • 11