]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
Updated messages.po
[friendica.git] / static / settings.config.php
index 53a00562dbb7e27f358f51ffcdbebe4786fa602e..5530163dc89b8bd13f7a8ec62c83e4c08ecc6040 100644 (file)
@@ -64,6 +64,10 @@ return [
                // Themes users can change to in their settings.
                'allowed_themes' => 'frio,quattro,vier,duepuntozero,smoothly',
 
+               // cache_contact_avatar (Boolean)
+               // Cache versions of the contact avatars. Uses a lot of storage space
+               'cache_contact_avatar' => true,
+
                // curl_timeout (Integer)
                // Value is in seconds. Set to 0 for unlimited (not recommended).
                'curl_timeout' =>  60,
@@ -164,6 +168,10 @@ return [
                // Comma separated list of tags that are rejected.
                'relay_deny_tags' => '',
 
+               // proxify_content (Boolean)
+               // Use the proxy functionality for fetching external content
+               'proxify_content' => true,
+
                // relay_directly (Boolean)
                // Directly transmit content to relay subscribers without using a relay server
                'relay_directly' => false,