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,475
  • 28
  • 40
  • 37
Evan_HZY
  • 944
  • 4
  • 16
  • 33

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
  • 4,904
  • 3
  • 26
  • 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
  • 394
  • 1
  • 8