add the kickstart allowed protocols to htconfig.tpl. 2932 follow-up
This commit is contained in:
parent
ef29e03491
commit
89caa18fe0
|
@ -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 New Issue
Block a user