Geonames now not a default plugin
In the name of privacy, let's not by default call a bunch of third party services with our (users') geographical position.
This commit is contained in:
parent
e274f69634
commit
aa36fecd0a
@ -112,7 +112,6 @@ class PublicSite extends SiteProfileSettings
|
|||||||
'default' => array_merge(self::defaultPlugins(), array(
|
'default' => array_merge(self::defaultPlugins(), array(
|
||||||
'Directory' => null,
|
'Directory' => null,
|
||||||
'ExtendedProfile' => null,
|
'ExtendedProfile' => null,
|
||||||
'Geonames' => null,
|
|
||||||
'OStatus' => null,
|
'OStatus' => null,
|
||||||
'WebFinger' => null,
|
'WebFinger' => null,
|
||||||
))
|
))
|
||||||
@ -150,7 +149,6 @@ class PrivateSite extends SiteProfileSettings
|
|||||||
'Directory' => null,
|
'Directory' => null,
|
||||||
'ExtendedProfile' => null,
|
'ExtendedProfile' => null,
|
||||||
'EmailRegistration' => null,
|
'EmailRegistration' => null,
|
||||||
'Geonames' => null,
|
|
||||||
'NewMenu' => null,
|
'NewMenu' => null,
|
||||||
'MobileProfile' => null,
|
'MobileProfile' => null,
|
||||||
))
|
))
|
||||||
@ -201,7 +199,6 @@ class CommunitySite extends SiteProfileSettings
|
|||||||
'core' => self::corePlugins(),
|
'core' => self::corePlugins(),
|
||||||
'default' => array_merge(self::defaultPlugins(), array(
|
'default' => array_merge(self::defaultPlugins(), array(
|
||||||
'Directory' => null,
|
'Directory' => null,
|
||||||
'Geonames' => null,
|
|
||||||
'OStatus' => null,
|
'OStatus' => null,
|
||||||
'WebFinger' => null,
|
'WebFinger' => null,
|
||||||
))
|
))
|
||||||
@ -236,7 +233,6 @@ class SingleuserSite extends SiteProfileSettings
|
|||||||
'plugins' => array(
|
'plugins' => array(
|
||||||
'core' => self::corePlugins(),
|
'core' => self::corePlugins(),
|
||||||
'default' => array_merge(self::defaultPlugins(), array(
|
'default' => array_merge(self::defaultPlugins(), array(
|
||||||
'Geonames' => null,
|
|
||||||
'NewMenu' => null,
|
'NewMenu' => null,
|
||||||
'MobileProfile' => null,
|
'MobileProfile' => null,
|
||||||
'OStatus' => null,
|
'OStatus' => null,
|
||||||
|
Loading…
Reference in New Issue
Block a user