Ive added a path to modules/filter/filter.module at line 1474 -1475 to force the app to recognise extra protocols.

// addition to allowed protocols , 'mms', 'file'
$allowed_protocols = array_flip(variable_get('filter_allowed_protocols', array('http', 'https', 'ftp', 'news', 'nntp', 'telnet', 'mailto', 'irc', 'ssh', 'sftp', 'webcal', 'mms', 'file')));
}

Comments

pomliane’s picture

Status: Patch (to be ported) » Closed (won't fix)

This version of Urlfilter is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.