]> git.mxchange.org Git - friendica.git/commitdiff
add the kickstart allowed protocols to htconfig.tpl. 2932 follow-up
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 10 Dec 2016 06:05:35 +0000 (07:05 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 10 Dec 2016 06:05:35 +0000 (07:05 +0100)
view/templates/htconfig.tpl

index df793197cea8d398829fce03eac42a9b8419dd1b..316f9bc01f93b5c5583b413d85b1b38882b5eee2 100644 (file)
@@ -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');