• It would be nice if this plugin disables all gravatar connections at all. I don’t want my site to send data / requests to gravatar at all.

    Could you implement such an option?

    Thanks,
    Daniel

Viewing 1 replies (of 1 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi Daniel,

    It certainly could be implemented, but I don’t have much time available to add new features right now.

    What you can do is hack the plugin directly and change this line:

    return preg_replace("/gravatar.com\/avatar\/(.+)\?/", "gravatar.com/avatar/{$email}?", $content);

    to

    return preg_replace("/gravatar.com\/avatar\/(.+)\?/", "anotherdomain.com/avatar-image.jpg?", $content);

Viewing 1 replies (of 1 total)
  • The topic ‘Disable Gravatar links at all’ is closed to new replies.