Configurable linkify for bare IPv4/IPv6

This commit is contained in:
Mikael Nordfeldth
2016-02-03 12:55:00 +01:00
parent 25c15119bc
commit b1ed1f48ea
2 changed files with 11 additions and 4 deletions

View File

@@ -204,7 +204,10 @@ $default =
array('default' => null,
'welcome' => null),
'linkify' => array(
// "bare" below means "without schema", like domain.com vs. https://domain.com
'bare_domains' => false, // convert domain.com to <a href="http://domain.com/" ...>domain.com</a> ?
'bare_ipv4' => false, // convert IPv4 addresses to hyperlinks?
'bare_ipv6' => false, // convert IPv6 addresses to hyperlinks?
),
'attachments' =>
array('server' => null,