From: Mikael Nordfeldth Date: Mon, 16 Sep 2013 19:49:32 +0000 (+0200) Subject: Gravatar pretty much equals disregarding privacy X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d480ed42d18984d6fc01bcc5d283d2166d856fe5;p=quix0rs-gnu-social.git Gravatar pretty much equals disregarding privacy Not only that one can often correlate email address md5 hash sums, but the "functionality" depends on a bunch of external calls. --- diff --git a/lib/siteprofile.php b/lib/siteprofile.php index 55aeaa972f..f5e601c24c 100644 --- a/lib/siteprofile.php +++ b/lib/siteprofile.php @@ -116,7 +116,6 @@ class PublicSite extends SiteProfileSettings 'Directory' => null, 'ExtendedProfile' => null, 'Geonames' => null, - 'Gravatar' => null, 'OStatus' => null, )) ), @@ -154,7 +153,6 @@ class PrivateSite extends SiteProfileSettings 'ExtendedProfile' => null, 'EmailRegistration' => null, 'Geonames' => null, - 'Gravatar' => null, 'NewMenu' => null, 'MobileProfile' => null, )) @@ -206,7 +204,6 @@ class CommunitySite extends SiteProfileSettings 'ClientSideShorten' => null, 'Directory' => null, 'Geonames' => null, - 'Gravatar' => null, 'OStatus' => null, )) ),