Does my favicon.ico have to be stored at the root of my domain? Or can I have my favicon stored on another domain?
Meaning, from www.example.com, is this valid?
<link rel="shortcut icon" href="http://MY-CDN.example.com/favicon.ico" />
What I want to do is serve my www.example.com favicon from my CDN. Is this okay? Any negatives I should know about about browser compatibility, performance, etc.