diff --git a/view/templates/htconfig.tpl b/view/templates/htconfig.tpl index df793197ce..316f9bc01f 100644 --- a/view/templates/htconfig.tpl +++ b/view/templates/htconfig.tpl @@ -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');