Clearing the Favicon Cache

And learned how to clear Safari’s icon cache

http://www.askdavetaylor.com/

can_i_selectively_remove_safari_favicon_icons.html
$ rm -v `find ~/Library/Safari/Icons -type f -print | xargs grep -l localhost`

Comments are closed.