We have a bug tracking system which uses URLs that have non-stanard protocol specifier, like "protocol://issue/#”.
I can parse them in commit messages with bugtraq settings just fine, but when I try to click the produced link Phabricator tries to navigate to a wiki page thats <my_url>/protocol/…/issue/#, as if this was specified as relative URL.
It would be cool if the protocol designation was detected and the URL was deemed absolute instead.