In viewtopic.php?f=1&t=5713 Michael suggests that the filter composer always removes the protocol part of the address - so the default suggestion would be "||example.com/foo/bar/" rather than "|http://example.com/foo/bar/". Of course the new suggestion will also block "https://example.com/foo/bar/" and "http://test.example.com/foo/bar/". What do you think, is this a good idea, especially given that the filter composer is supposed to aid less experienced users?
The other suggestion was to drop the asterisk at the end of the filter. Technically, this asterisk is unnecessary, the filter composer won't ever produce regular expressions even without it. However, it might be a simple example of asterisk use for those who are still learning. Again, what do other people think?