]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Gravatar pretty much equals disregarding privacy
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 16 Sep 2013 19:49:32 +0000 (21:49 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 16 Sep 2013 19:49:32 +0000 (21:49 +0200)
Not only that one can often correlate email address md5 hash sums, but
the "functionality" depends on a bunch of external calls.

lib/siteprofile.php

index 55aeaa972f2b9466292ecc428f69fc57adea3b3b..f5e601c24c1fcb20e38b23f13379ab21f6c0db55 100644 (file)
@@ -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,
                 ))
             ),