urlfilter - quick tip for intranets
my mum - April 17, 2007 - 14:36
| Project: | Urlfilter |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | my mum |
| Status: | patch (to be ported) |
Description
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')));
}
