'plugins' => array(
'core' => self::corePlugins(),
'default' => array_merge(self::defaultPlugins(), array(
- 'Directory' => array(),
'ExtendedProfile' => array(),
- 'OStatus' => array(),
'RegisterThrottle' => array(),
- 'WebFinger' => array(),
))
),
'discovery' => array('cors' => true) // Allow Cross-Origin Resource Sharing for service discovery (host-meta, XRD, etc.)
'plugins' => array(
'core' => self::corePlugins(),
'default' => array_merge(self::defaultPlugins(), array(
- 'Directory' => array(),
'ExtendedProfile' => array(),
'EmailRegistration' => array(),
'MobileProfile' => array(),
- ))
+ )),
+ 'disable-OStatus' => 1,
+ 'disable-WebFinger' => 1,
),
'profile' => array('delete' => 'true'),
'license' => array('type' => 'private'),
'plugins' => array(
'core' => self::corePlugins(),
'default' => array_merge(self::defaultPlugins(), array(
- 'Directory' => array(),
- 'OStatus' => array(),
- 'WebFinger' => array(),
))
),
'discovery' => array('cors' => true) // Allow Cross-Origin Resource Sharing for service discovery (host-meta, XRD, etc.)
'core' => self::corePlugins(),
'default' => array_merge(self::defaultPlugins(), array(
'MobileProfile' => array(),
- 'OStatus' => array(),
'TwitterBridge' => array(),
'FacebookBridge' => array(),
- 'WebFinger' => array(),
- ))
+ )),
+ 'disable-Directory' => 1,
),
'discovery' => array('cors' => true) // Allow Cross-Origin Resource Sharing for service discovery (host-meta, XRD, etc.)
);