Advantages: * Increases security by preventing direct access to file/ * We are careful and have a defined('GNUSOCIAL') || die() to prevent direct access to GS files, but we may miss one or a vendor/extlib may not be as careful * Improves directory structure - It's more natural to physically separate what is public from what are GNU social resources
The DomainWhitelist plugin restricts the email addresses in a domain to a select whitelist. Installation ============ add "addPlugin('DomainWhitelist');" to the bottom of your config.php Settings ======== whitelist: An array of whitelisted domains Example ======= $config['email']['whitelist'] = array('example.org', 'example.net'); addPlugin('DomainWhitelist');