X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htconfig.php;h=f98e9efc067a058f9bd149d6523584c415c6bea4;hb=bb37cac77281675251f5238e3a7a87a3faf4677c;hp=469fa7af6116f0ae64cb427d6c9064b7dda71bc0;hpb=9209d88c4a050dc16b9f147bbfe79dc8222694bf;p=friendica.git diff --git a/htconfig.php b/htconfig.php index 469fa7af61..f98e9efc06 100644 --- a/htconfig.php +++ b/htconfig.php @@ -66,7 +66,7 @@ $a->config['system']['allowed_themes'] = 'quattro,vier,duepuntozero'; // default system theme -$a->config['system']['theme'] = 'duepuntozero'; +$a->config['system']['theme'] = 'vier'; // By default allow pseudonyms @@ -78,3 +78,6 @@ $a->config['system']['no_regfullname'] = true; // Location of the global directory $a->config['system']['directory'] = 'http://dir.friendi.ca'; + +// Allowed protocols in link URLs; HTTP protocols always are accepted +$a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', 'cid', 'gopher');