add the kickstart allowed protocols to htconfig.tpl. 2932 follow-up

Este commit está contenido en:
Tobias Diekershoff 2016-12-10 07:05:35 +01:00
padre ef29e03491
commit 89caa18fe0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados

Ver fichero

@ -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');