MyBB Community Forums

Full Version: The parser's autolinking mangles URLs with a valid ftp scheme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For example,
ftp://example.com/
gets converted by mycode_auto_url_callback() to
ftp.example.com/
which mycode_parse_url() links to
http://ftp.example.com/

The example in action:

ftp://example.com/
Confirmed and pushed - thanks: https://github.com/mybb/mybb/issues/3575