mirror of
https://github.com/friendica/friendica
synced 2024-12-22 23:11:28 +01:00
add the kickstart allowed protocols to htconfig.tpl. 2932 follow-up
This commit is contained in:
parent
ef29e03491
commit
89caa18fe0
1 changed files with 3 additions and 0 deletions
|
@ -95,3 +95,6 @@ $a->config['system']['no_regfullname'] = true;
|
||||||
|
|
||||||
// Location of the global directory
|
// Location of the global directory
|
||||||
$a->config['system']['directory'] = 'http://dir.friendi.ca';
|
$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');
|
||||||
|
|
Loading…
Reference in a new issue