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
|
||||
$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