SocialCrumbs icon indicating copy to clipboard operation
SocialCrumbs copied to clipboard

Invalid gravatar prefetch URI

Open Dreyer opened this issue 9 years ago • 0 comments

The link for gravatar looks incorrect. Can anyone confirm?

https://github.com/ademilter/SocialCrumbs/blob/master/dns-prefetch.php#L13

<!-- gravatar photo -->
<link rel="dns-prefetch" href="//https://1.gravatar.com">

Looks like it should be:

<!-- gravatar photo -->
<link rel="dns-prefetch" href="//secure.gravatar.com">
<link rel="dns-prefetch" href="//www.gravatar.com">

See implementation on Gravatar website: https://en.gravatar.com/site/implement/images/

Dreyer avatar Feb 09 '16 09:02 Dreyer