X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=25a23bf9dd64a9cdcccaf99c2cad6bd677dbb6ca;hb=59204d641d5e75cc95d693fbf71767bff9647f00;hp=3e05cab2ba8e045145b08b8323e290bb1cc96e42;hpb=de90f5351fb4fc469a89cf911207cb8e22c71211;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index 3e05cab2ba..25a23bf9dd 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -1,6 +1,6 @@ false, + // blocked_tags (String) + // Comma separated list of hash tags that shouldn't be displayed in the trending tags + 'blocked_tags' => '', + // community_no_sharer (Boolean) // Don't display sharing accounts on the global community 'community_no_sharer' => false, @@ -566,6 +570,10 @@ return [ // xrd_timeout (Integer) // Timeout in seconds for fetching the XRD links. 'xrd_timeout' => 20, + + // proxy_file_chmod (Octal Integer like 0640) + // If set, defines the files permissions for downloaded files in the /proxy/ directory, default is system-dependent + 'proxy_file_chmod' => 0, ], 'experimental' => [ // exp_themes (Boolean)