X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=a4fd11662fd34c5fe38da7b5033aed93491cf01b;hb=3ed196fd9c2f11340cddd16be4602d566b5fbfc0;hp=0cfb15e8474149b50bbfef40cc647d47026c1cd0;hpb=1de3960e267a8d298348fbca18cf1be1f6a20f7a;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index 0cfb15e847..a4fd11662f 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -189,6 +189,11 @@ return [ // For development only. Disables the item cache. 'ignore_cache' => false, + // insecure_imap (Boolean) + // If enabled, users are allowed to connect to their IMAP servers unencrypted. + // For security reasons this is disabled by default. + 'insecure_imap' => false, + // instances_social_key (String) // Key to the API of https://instances.social which retrieves data about mastodon servers. // See https://instances.social/api/token to get an API key.